All about Google WiFi Positioning System

How to do localisation using Google WPS?Looking at the WiFi Access point information to do a localisation using Google Geolocation API

This is also simple. First acquire your Google Geolocation API from the Google Developers Dashboard

curl -d @wapInfo.json -H "Content-Type: application/json" -i "https://www.googleapis.com/geolocation/v1/geolocate?key=yourGoogleDeveloperAPIKey"

I am writing a python program that will read all the SSID of your laptop and try to geolocate your laptop. It should work without the Cell Information since they are optional as stated in the API reference. I am not able to do it fast since I didn’t subscribe (pay for) this service.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.