From 04a3df7bf7fdf23fa047bc94078f5e9653c925ce Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Tue, 10 Mar 2015 21:33:36 +0100 Subject: [PATCH] README added --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..353da66 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# WifiLocationLogger + +Logs current location and signal strength of visible wireless networks. (Log location: `/sdcard/WifiLocationLogger`.) + +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. + +## 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]