Search found 1 match
- Mon Mar 04, 2019 2:05 pm
- Forum: ESP-IDF
- Topic: UDP broadcast
- Replies: 0
- Views: 2283
UDP broadcast
Hi, i'm trying to implement SSDP protocol to ESP32. I use the same code as esp8266, but esp32 does not match. When I use the real IP address of the module in the UDP request, everything works. When I use the broadcast address (239.255.255.250), the module does not respond. It seems to me that the mo...