A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By cnlohr
#44912 ...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?