-->
Page 1 of 1

Using the ESP as a remote air capture device

PostPosted: Tue Apr 05, 2016 2:47 pm
by cnlohr
...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?