Shaun-Fernandes / Indoor-Navigation

Indoor navigation app using WiFi RSSI to obtain user location, and A* for path finding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indoor-Navigation

An indoor navigation app built for BITS Pilani Dubai Campus.

The app allows users to navigate from their current location to any room on campus. The user location is esimated by using WiFi RSSI trilaterateration methods, and then routing is done using the A* algorithm to find the shortest path to the destination.

To run the app, simply:

  • Install the apk
  • Grant location permisions
  • Turn on WiFi and Location in settings.

Preview


Application routing user to room 223

About

Indoor navigation app using WiFi RSSI to obtain user location, and A* for path finding.


Languages

Language:Java 95.1%Language:Kotlin 4.9%