Search found 1 match

by sensors
Mon Feb 08, 2021 1:55 pm
Forum: ESP-IDF
Topic: ESP32 receive broadcast UDP packets
Replies: 2
Views: 4499

ESP32 receive broadcast UDP packets

Hello, I'm attempting to configure a number of connected ESP32 stations using a single ESP32 AP. The easiest way for me to do this would be to send a single broadcast UDP packet to 255.255.255.255. However, my stations who are listening with an open UDP port are not receiving broadcast data at all. ...