Hacker News new | ask | show | jobs
by joshAg 5061 days ago
i like your style. might i suggest finding out how the wifi scanners work, and then creating a bunch of dummy wifi connections with well hidden embedded systems (of course, set them up with a hidden ssid so it doesn't interfere with people actually using wifi)? also, fake ads for fake companies that blatantly use the banned words.
2 comments

> set them up with a hidden ssid so it doesn't interfere with people actually using wifi

WiFi APs with hidden ESSIDs still send beacons, but don't include the ESSID. This means that they'll obviously add radio noise.

Yes, adding noise will be unavoidable, but not broadcasting an ssid means unsuspecting people won't try and connect to these pseudo AP's.

To cut down on the interference caused by the added radio noise one could either hardwire all the pseudo ap's to use the same channel, effectively blocking anyone from using it, or have each ap actively scan and switch to the least used channel at a set interval.

The biggest problem would probably be power, especially when considering enterprise-level radios.