Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.01 KB

WifiLocationLogger

Logs current location and signal strength of visible wireless networks. (Log location: /sdcard/WifiLocationLogger.) APK Download

This application is experimental – do not expect it to work well, or at all. Tested with Android 5.0.2.

Feel free to open an Issue for bug reports or feedback of any kind. Pull requests very welcome.

The output format is bound to change often, so please look at the relevant section of the source code to figure out the fields’ meanings.

screenshot

To-Do

  • collect real-world data on a variety of devices and see whether it's usable at all
  • make the app work while in the background (current behavior unknown)
  • visualize data points on map [wishlist]