An open API service indexing awesome lists of open source software.

https://github.com/microg/openwlanmapnlpbackend

UnifiedNlp backend that uses OpenWlanMap.org to resolve user location.
https://github.com/microg/openwlanmapnlpbackend

Last synced: 9 months ago
JSON representation

UnifiedNlp backend that uses OpenWlanMap.org to resolve user location.

Awesome Lists containing this project

README

          

OpenWlanMapNlpBackend
=====================
[UnifiedNlp](https://github.com/microg/android_packages_apps_UnifiedNlp) backend that uses [OpenWlanMap](http://www.openwlanmap.org/) to resolve user location.

Location calculation is done online and therefor requires internet connection.

Building
--------
Currently does not ship any build system or build system specific files. Use your favourite one.

Building requires Android SDK with API 18 or higher.

Used libraries
--------------
- [UnifiedNlpApi](https://github.com/microg/android_packages_apps_UnifiedNlp)
- [libwlocate](http://sourceforge.net/projects/libwlocate/) (included)

License
-------
libwlocate is GPLv3, so is OpenWlanMapNlpBackend.

Copyright (C) 2014 μg Project Team

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .