ghostop14 / sparrow-wifi

Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux
GNU General Public License v3.0
1.24k stars 156 forks source link

Any plan for wigle.net api ? #93

Open PaS3 opened 10 months ago

PaS3 commented 10 months ago

Any plan for wigle.net api ?

ghostop14 commented 10 months ago

Hi PaS3, I don't have any plans for it. But if you run the sparrowwifiagent.py, it has an HTTP API where you can get to everything you can through the UI. I use it to feed Elasticsearch for other monitoring and alerting. So you could run the agent, call the requests to get the wifi networks, then call the wigle.net api to upload them.

If you look at sparrow-elastic.py, it basically does that with the agent running. You could probably swap out some of the code for the writeDataToIndex() calls, and just call the wiggle.net api instead.