Outils pour utilisateurs

Outils du site


projets:plim:20142015:gr3

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
projets:plim:20142015:gr3 [2014/11/23 18:25] casanovaprojets:plim:20142015:gr3 [2014/11/23 21:38] (Version actuelle) casanova
Ligne 27: Ligne 27:
 __Prerequisite :__ To be connected to the wireless network __Prerequisite :__ To be connected to the wireless network
  
-This application suggest you, depends of your location, the appropriate wireless network.\\ The suggested wireless networks are register into the application.\\ The goal of this app is not to suggest you all wireless networks available but the best appropriate.\\ For that, the application recorded your latitude and longitude precisely.+The goal of this application is to suggest you, depends of your location, the appropriate wireless network.\\ The suggested wireless networks are register into the application.\\ The goal of this app is not to suggest you all wireless networks available but the best appropriate.\\ For that, the application recorded your latitude and longitude precisely.
  
 For this project, we use two types of data :  For this project, we use two types of data : 
   * The location of the user : latitude and longitude\\ => We use the //Windows.Devices.Geolocation// API   * The location of the user : latitude and longitude\\ => We use the //Windows.Devices.Geolocation// API
   * The SSID of the wireless network to which the phone is connected (String format)\\ => We use the //Windows.Networking.Connectivity.ConnectionProfile// API   * The SSID of the wireless network to which the phone is connected (String format)\\ => We use the //Windows.Networking.Connectivity.ConnectionProfile// API
 +
 +During this project, we implemented only the part which create cluster and display the group corresponding. 
  
 After treatment, we obtain different cluster. Each cluster for each SSID. Inside this cluster, there is a list of locations. Indeed, when the system recognize the same SSID, it will calculate the distance between the location of the user and the location stored. If this distance is less than 30 m, the system will add the new location in the group.But if the SSID is not stored in the system, it will add a new cluster.\\ We store all the data in file txt. We use the JSON format. After treatment, we obtain different cluster. Each cluster for each SSID. Inside this cluster, there is a list of locations. Indeed, when the system recognize the same SSID, it will calculate the distance between the location of the user and the location stored. If this distance is less than 30 m, the system will add the new location in the group.But if the SSID is not stored in the system, it will add a new cluster.\\ We store all the data in file txt. We use the JSON format.
Ligne 67: Ligne 69:
 === RESULTS  === === RESULTS  ===
  
-Our application get the data from Windows Phone sensors and we tried to make clusers and use them for calculate informations that we needed. +Our application collect the data from Windows Phone sensors and we tried to make clusers and use them for calculate informations that we needed. 
  
-Thanks to this project, we learn how to implement a Windows Phone application and How to exploit data from sensors (Gelocation)+Thanks to this project, we learned how to implement a Windows Phone application and how to exploit data from sensors (Gelocation).
  
  
projets/plim/20142015/gr3.1416767116.txt.gz · Dernière modification : 2014/11/23 18:25 de casanova