Open bwhite opened 11 years ago
I'm imagining the flow for this might be something like
function callback(lat, long) {
WS.log("Lat: " + lat +", Long: " + long);
}
WS.wifiCalibrate({"01:ED:45:23:94:AB":{"lat":42.522803, "long":-98.971710}, ...});
WS.wifiLocationOn('callback');
Thoughts?
Using the WS.wifi* commands you can get signal strength, MACs, and SSIDs. It should be fairly simple to make a JS library that can provide either relative positioning or (with calibration) absolute positioning.