Using the ESP as a remote air capture device
Posted: Tue Apr 05, 2016 2:47 pm
...and reporting the packets back through Ethernet to a host.
With this you can turn ESP8266's into remote sniffing stations that can send the packets back to a base station. It provides a basic radiotap header so you can use it with wireshark and see channel + rate + RSSI data on a per-packet basis.
It uses the freedom API so the data it provides is a little limited. Maybe there's a better way?
With this you can turn ESP8266's into remote sniffing stations that can send the packets back to a base station. It provides a basic radiotap header so you can use it with wireshark and see channel + rate + RSSI data on a per-packet basis.
It uses the freedom API so the data it provides is a little limited. Maybe there's a better way?