valentecaio / WifiIndoorPositioningSystem

Wi-fi based Indoor Positioning System on Android. Router based triangulation.

Home Page:https://drive.google.com/open?id=0ByN9K502OxFvV3VMQUZJdGxQOTQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wi-fi based Indoor Positioning System

It's an Android prototype app written in Java.

This prototype can use an Wi-fi network (with at least two access points) to create an Indoor Positioning System based in Wifi Triangulation.

The ideia is quite similar to GPS Positioning System. The app receives the signal 3 or more Wi-fi access points and uses its powers to calculate user current location.

In the same prototype, user can generate wi-fi statistics, which are needed to determine locations.

The app already can export this data gathered by the user (in ics format), and future versions of it must be able to import this data. This way, users will be able to share their Networks Positioning Systems.

App made by 3 brazilian friends as an one semester project (S3 project) in Telecom Bretagne master degree.

Demo

app_interculturel_presentation.mp4

Usage

How to install app:

  1. Fork or clone this repository
  2. Connect an Android device to PC via USB
  3. Open project in Android Studio
  4. Add this device to Android Studio Devices
  5. Compile and install app in device using Android Studio Tools

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Wi-fi based Indoor Positioning System on Android. Router based triangulation.

https://drive.google.com/open?id=0ByN9K502OxFvV3VMQUZJdGxQOTQ


Languages

Language:Java 100.0%