ESP32-Long-Range-WiFi
ESP32-Long-Range-WiFi copied to clipboard
Would it work with Probe Request instead of UDP protocol ?
Thank you for your code. I wanted to know if instead of using UDP protocol it could be used with probe request. I use probe request protocol for fast communication between 2 ESP8266 devices but I do not know how to implement it with ESP32. I am sure you must have seen this video where he uses monitor mode: https://www.youtube.com/watch?v=yCLb2eItDyE
My code is at https://github.com/happytm/BatteryNode
Thanks again.