3

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")?

Community
  • 1
  • 1
DuckQueen
  • 772
  • 10
  • 62
  • 134

1 Answers1

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