wiglenet / wigle-wifi-wardriving

Nethugging client for Android, from wigle.net
https://wigle.net
BSD 3-Clause "New" or "Revised" License
657 stars 204 forks source link

Submit to Mozilla Location Service #547

Closed pgn674 closed 5 months ago

pgn674 commented 1 year ago

Mozilla Location Service (MLS) is a geolocation querying service, used by the Linux desktop environment GNOME's geoclue program. Currently, there's no good way to submit Wi-Fi locations to MLS, though the database is still actively used for laptop Linux location services. There used to be an Android app called Stumbler, but that's been removed, and the Firefox app no longer has the feature.

Can an MLS submission feature be added to the WiGLE app? Even it was a background, secondary, low priority, infrequent thing, disconnected from WiGLE's primary functions, it'd be tremendously helpful to the MLS database.

Personally, I moved 2 years ago and brought my Wi-Fi router with me, but my Linux laptop still says I'm back at my old house.

The MLS data submission API is documented here: https://ichnaea.readthedocs.io/en/latest/api/geosubmit2.html

rksh commented 1 year ago

First of all - the data you collect with the app is your own - we offer a plethora of options in the "Database" activity that can get you current or all-time records as:

Secondly: we're not big fans of uploading to anything without specific user action (even to us) - we allow people to script that via Android intents, but we ask that people configure when/where to upload data for privacy and security reasons. If you decide to implement in your own fork or submit a PR, we urge you to consider using the Broadcast Intent framework to make sure the app doesn't upload without user intention.

All this being said, pull requests are very welcome, and we love supporting the free software community when and where we can, especially Mozilla!

bobzilladev commented 12 months ago

This mozilla project seems to have been mostly retired in 2021, but we'll leave this issue open for a while longer.

rredford6 commented 5 months ago

Mozilla is retiring the APIs: https://github.com/mozilla/ichnaea/issues/2065