An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![esp8266_ssid_test](https://raw.githubusercontent.com/jonfairbanks/esp8266_ssid_test/master/rick.jpg)

# 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)