ESP32 UDP Multicast failure
Posted: Mon Oct 22, 2018 11:29 pm
Hi everybody.
Using the esp-idf/example/protocols/udp_multicast example and making simple mods I have a ServerESP32(is set as AP) and a ClientESP32(set as a STA connected to the Other ESP32).
A multicast message from the client to the server is received without any losses, but sending a message from the Server to the Client there is a terrible loss, 90% or more.
If I set both ESP32 to Client and use a standard router AP, 100% of packets are received in both ESP32s.
I have tried many things but same result. Read somewhere in forum that there seems to be a limitation/error(unreported) were the AP has limitations with Multicast messages.
Any ideas, hints.
Regards.
Using the esp-idf/example/protocols/udp_multicast example and making simple mods I have a ServerESP32(is set as AP) and a ClientESP32(set as a STA connected to the Other ESP32).
A multicast message from the client to the server is received without any losses, but sending a message from the Server to the Client there is a terrible loss, 90% or more.
If I set both ESP32 to Client and use a standard router AP, 100% of packets are received in both ESP32s.
I have tried many things but same result. Read somewhere in forum that there seems to be a limitation/error(unreported) were the AP has limitations with Multicast messages.
Any ideas, hints.
Regards.