Devices broadcast SSIDs of networks they connected to previosly. I wonder how to listen to such broadcasts using NodeMCU Lua API ("set the network card in monitor mode")?
Asked
Active
Viewed 2,786 times
1 Answers
3
I saw other people post about "ESP8266 in sniffer mode". It seems to be possible if you work directly with the Espressif SDK instead of NodeMCU. NodeMCU does not have a monitor mode, see API docs.
There's a Espressif whitepaper called "ESP8266 Sniffer Introduction".
You might also want to take a look at the following two repositories:

Marcel Stör
- 22,695
- 19
- 92
- 198