Outils pour utilisateurs

Outils du site


projets:plim:20142015:gr3

Ceci est une ancienne révision du document !


MAIN INFORMATIONS about the Project

MEMBERS

Title of the Project : Reconnaissance de Zones d'Activité fonction des Hotspots Disponibles

Name of the members of the Group

  • Agnamazian
  • Katia
  • IHM
  • agnamazi@polytech.unice.fr
  • Casanova
  • Adrien
  • IHM
  • acasanov@polytech.unice.fr

Equipments

  • HTC 8X
  • Téléphone personnel
  • IMEI de votre téléphone (sur lequel vous aurez créé votre compte développeur)

Content of the Project

Prerequisite : to be connected to the wireless network

This application can suggest you, depends of your location, the appropriate wireless
The suggested wireless networks are register into the application.
The goal of this app is not to suggest you the wireless networks available but the best appropriate.
The application recorded your latitude and longitude.

For this project, we use two type of data :

  • The location of the user : latitude and longitude
    ⇒ We use the Windows.Devices.Geolocation API
  • The SSID of the wireless network where the phone is connected
    ⇒ We use the Windows.Networking.Connectivity.ConnectionProfile API

After treatment, we obtain different cluster. Each cluster for each SSID. Inside this cluster, there are a list of location. 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. 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

In the future, it could be interesting to implement the possibility to choose the best appropriate wireless network just with the location of the user.

SOFTWARE PACKAGES of the Project

  • The project zip file of the project is available :Lien externe
  • All required softwares

We used only native framework :

  1. Windows.Devices.Geolocation
  2. Windows.Networking.Connectivity.ConnectionProfile

HOW TO USE IT

The app is really easy to use. Indeed, you don’t need to interact directly with the app.

  1. Turn on the application 
  2. Look how your location is displayed in the app (longitude and latitude)
  3. After few seconds, you can see in which group you are. 
    1. One group from the list is highlighted in blue
    2. One group is added and highlighted in blue  

RESULTS

see how the application looks like : screenshot

projets/plim/20142015/gr3.1416765366.txt.gz · Dernière modification : 2014/11/23 17:56 de casanova