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.
- Host: GitHub
- URL: https://github.com/microg/openwlanmapnlpbackend
- Owner: microg
- License: gpl-3.0
- Created: 2014-03-13T18:26:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T20:41:29.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T13:43:54.515Z (10 months ago)
- Language: Java
- Size: 226 KB
- Stars: 37
- Watchers: 16
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 .