Chat freely about anything...

User avatar
By gokk
#67388 Hi

Does anyone know if there is any packet capturing code available for the ESP8266? I'm trying to capture packets using it in monitor mode, like Wireshark does. Is it doable?

Thanks
User avatar
By QuickFix
#67414 That should be possible by using promiscuous mode.
For inspiration, have a look at the Packet monitor project of spacehuhn. :idea:

Another, more out of the box, solution might be the ESP WiFi NAT Router project by Martin Ger.
In that project, your ESP will act as a gateways/router with the ability to listen into a (selectable) packetstream.