How to associate Wi-Fi beacon info with a virtual "location"?
- by leander
We have a piece of embedded hardware that will sense 802.11 beacons, and we're using this to make a map of currently visible bssid -> signalStrength. Given this map, we would like to make a determination:
Is this likely to be a location I have been to before? If so, what is its ID?
If not, I should remember this location: generate a new ID. …