CloudServices/Location/Software: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add note about OS level stumbling)
(Add libstumbler)
Line 12: Line 12:
====Android====
====Android====


* [https://github.com/microg/IchnaeaNlpBackend Ichnaea NLP Backend] is a [https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend that uses Mozilla Location Services to resolve locations.
* [https://github.com/mozilla/MozStumbler/wiki/Using-libstumbler libstumbler] is an embeddable Android library supporting both stumbling and location lookups.
* The NLP backend requires XPosed to be installed. As of 2015-06-03, this seems to be broken for Android 5.0 and 5.1 ART runtimes.
* [https://github.com/microg/IchnaeaNlpBackend Ichnaea NLP Backend] is a [https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend that uses MLS to resolve locations. The NLP backend requires XPosed to be installed. As of 2015-06-03, this seems to be broken for Android 5.0 and 5.1 ART runtimes.


====Linux====
====Linux====

Revision as of 12:05, 11 June 2015

Software

Client software

Firefox OS

Android

  • libstumbler is an embeddable Android library supporting both stumbling and location lookups.
  • Ichnaea NLP Backend is a UnifiedNlp backend that uses MLS to resolve locations. The NLP backend requires XPosed to be installed. As of 2015-06-03, this seems to be broken for Android 5.0 and 5.1 ART runtimes.

Linux

  • GeoClue is a D-Bus service that provides location information, using for example GPS daemons but also MLS.
  • KDE Plasma Desktop uses MLS to get country level and precise geolocation information.

iOS