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/10/14 10:06] promoplim1415projets:plim:20142015:gr3 [2014/11/23 21:38] (Version actuelle) casanova
Ligne 25: Ligne 25:
 === Content of the Project === === Content of the Project ===
  
-// quelques lignes sur le projet //+__Prerequisite :__ To be connected to the wireless network
  
-// indiquer les données collectées sur le téléphonele nom de l'API et du namespace .Net pour cela//+The goal of this application is to suggest youdepends 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.
  
-// indiquer les informations que vous voulez obtenir après traitement (classification ...) des données collectées//+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 SSID of the wireless network to which the phone is connected (String format)\\ => We use the //Windows.Networking.Connectivity.ConnectionProfile// API
  
-// indiquer la manière dont vous présenterez les informations obtenues à l'utilisateur//+During this project, we implemented only the part which create cluster and display the group corresponding. 
  
-// indiquer si vous souhaitez utiliser les informations obtenues pour d'autres fonctionnalités comme des actions sur votre téléphone//+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.
  
 +In the user interface of the application, you can see : 
 +  * The current location (longitude and latitude)
 +  * A list of the SSID group already found.
 +When the system will find the best group, it will highlight the group in blue.
  
-=== SOFTWARE PACKAGES of the Project ===+See how the application looks like : [[https://drive.google.com/file/d/0BxQ_Eu4bFWF1LVZuTnliXzgwUmc/view?usp=sharing|screenshot]]
  
-   * README File  +In the futureit could be interesting to implement the possibility to suggest the best appropriate wireless network just with the location of the user.
-// an README file to explain all you install from Visual Studio 2013 SP2 with the SDK WP8.0 or later, to deploy and execute your project on the Windows Phone //+
  
-   * Project zip file  
-// add the zip file of the Project // 
  
-   * All required softwares  +=== SOFTWARE PACKAGES of the Project ===
-//Put all the links and explanations to install and to configure required softwares, before your WP8.X C# project// +
  
-=== HOW TO USE IT  ===+    * A README file is available : [[https://drive.google.com/file/d/0BxQ_Eu4bFWF1SktEZXpCQ25KN3M/view?usp=sharing|README.txt]]
  
-// here write step by step how to use your project //  +    * The project zip file of the project is available :[[https://drive.google.com/file/d/0BxQ_Eu4bFWF1bk85VnJnY1g3eVk/view?usp=sharing|Lien externe]]
-// you can add copies of screen in it //+
  
-=== RESULTS  ===+    * All required softwares \\ 
 +  We used only  native framework :  
 +    - Windows.Devices.Geolocation \\ 
 +    - Windows.Networking.Connectivity.ConnectionProfile \\
  
-// Write a summary of the main results of the project //+=== HOW TO USE IT  === 
  
-=== Optionnal but considered in the evaluation : An 2 pages ACM paper on your results ====+The app is really easy to use. Indeed, you don’t need to interact directly with the app. 
 +    - Turn on the application  
 +    - Look how your location is displayed in the app (longitude and latitude) 
 +    - After few seconds, you can see in which group you are.  
 +      - One group from the list is highlighted in blue 
 +      - One group is added and highlighted in blue  
  
-// Optionnal but considered in the evaluation // +=== RESULTS  ===
- +
-//if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM format. This paper will be submitted to other researchers in the field and perhaps to present  a poster in a conference and/or Workshop +
-//+
  
-**A Paper ACM Format :** +Our application collect the data from Windows Phone sensors and we tried to make clusers and use them for calculate informations that we needed
-[[http://www.acm.org/sigs/publications/pubform.doc|Word ACM Format]]+
  
 +Thanks to this project, we learned how to implement a Windows Phone application and how to exploit data from sensors (Gelocation).
  
-=== CONSIGNES ET RAPPELS === 
  
-== Quelques consignes : == 
  
-  - //  Warning : everything must be written in english ....//  
-  - // Warning : every added file (ex. figures, picture, sources, binaries, video ...) must be added through a web links on a Web repository. You can use such a syntax to integrate the link in this page :// <code> [[http://example.com|Lien externe]] </code> 
-  - //For more informations on DokuWiki syntax go to// [[https://www.tigli.fr/doku.php?id=wiki:syntax|syntax dokuwiki]] 
  
  
projets/plim/20142015/gr3.1413281179.txt.gz · Dernière modification : 2014/10/14 10:06 de promoplim1415