With all the man made EM emitters in the world, it seems like passively matching what can be “seen” to a database of known emitters (with signal profiles and locations) could be extremely accurate where people are (less helpful on the open ocean and remote wilderness). Similar to what’s already being done with Wi-Fi and Bluetooth but general purpose, perhaps?
They record spots for all wireless access points too, unless you opt-out by naming them certain ways and the surveillance-capitalism company decides to honor it. (e.g. The _nomap suffix.)
I hope some future Wifi standard makes it much easier to anonymize or obscure persistent access points.
That's always existed with Hidden SSID. If you are particularly paranoid you can set it up like that. But unless you insert personally identifiable info in your wifi name there is not really any privacy risk for this data being mapped.
> That's always existed with Hidden SSID. If you are particularly paranoid you can set it up like that.
It's actually the opposite, a hidden SSID will backfire and hurt your privacy when it comes to phones and laptops.
With a normal network, your phone can passively listen for when it approaches MyHomeNetwork and then connect. If you change that to a 802.11 hidden SSID, then whenever you aren't connected your phone will be constantly emitting a very distinctive mating-call: "Any hidden networks? Hello, if you're MyHomeNetwork, please then let me in." That makes it easy for someone to uniquely identify your phone as it moves around, and it also takes up more battery power with the often-fruitless transmissions.
Both issues could be reduced by restricting it to only auto-seek the SSID based on other clues, like GPS regions or neighbors' public SSIDs, but that usually isn't a feature.
> But unless you insert personally identifiable info in your wifi name there is not really any privacy risk for this data being mapped.
How often do you reset/rename it? Surely it's at least weird that some big companies, via sensors carried by your neighbors, know you moved your apartments from X to Y even when you don't use any of their products.
Some phone-apps will have access to the network name too, but that seems just marginally worse compared to other identifying info they could track and exfiltrate.
These are valid points, but I think the utility of being able to get location on your phone without power sucking GPS running all day is greater than the privacy risk of seeing when a wifi AP moved address. Which if you were so inclined, could be avoided by changing the wifi name each move.
This kind of project is so much fun and a great learning exercise. While I respect the tongue-in-cheek proposition, we really would benefit from a wider understanding of network protocols. Doing an exercise like this is eye opening.
I did a little stint studying thermal cyclic fatigue in multi-die packages (many years ago) and I'm wondering how the issues there are solved these days.
FWIW, I have seen a couple phone apps using react native and sending directly to backends using a socket. Seems to avoid some overhead but I don’t have first hand experience with the client side.
reply