https://github.com/jonfairbanks/esp8266_ssid_test
Broadcast Test SSID Networks using ESP8266
https://github.com/jonfairbanks/esp8266_ssid_test
esp8266 esp8266-arduino esp8266-projects wifi-network wireless-network
Last synced: about 2 months ago
JSON representation
Broadcast Test SSID Networks using ESP8266
- Host: GitHub
- URL: https://github.com/jonfairbanks/esp8266_ssid_test
- Owner: jonfairbanks
- License: mit
- Created: 2018-06-26T08:21:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T01:25:10.000Z (almost 7 years ago)
- Last Synced: 2025-05-20T13:55:44.665Z (about 1 year ago)
- Topics: esp8266, esp8266-arduino, esp8266-projects, wifi-network, wireless-network
- Language: C++
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# esp8266_ssid_test
Create Test Wifi Networks using the Arduino ESP8266
Compiled with Arduino 1.8.4 and esp8266 2.1.0, but other versions should work too
General Info on Beacon Frames:
https://mrncciew.com/2014/10/08/802-11-mgmt-beacon-frame/
ESP8266 + Beacon Frames:
http://nomartini-noparty.blogspot.com/2016/07/esp8266-and-beacon-frames.html
Based on the [WiFiBeaconJam by kripthor](https://github.com/kripthor/WiFiBeaconJam)