Open PaS3 opened 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.
Any plan for wigle.net api ?