Unicast / Multicast as Unicast
Posted: Wed Sep 12, 2018 6:45 pm
Hi,
Looking at the idf docs, it doesn't seem that udp unicast is an available API for the ESP32 boards. Is this true? And why? This seems like an odd thing to not have as it is a standard protocol used everywhere.
If so, how would I use multicast in place of it. As I understand it, there is a different ip address form it uses. I get a warning that my ip address is not a valid multicast address. I'm using the example code available in idf.
I'm using c on a raspberry pi for the server implementation. How do I configure this as well to use multicast as unicast?
Thanks
Looking at the idf docs, it doesn't seem that udp unicast is an available API for the ESP32 boards. Is this true? And why? This seems like an odd thing to not have as it is a standard protocol used everywhere.
If so, how would I use multicast in place of it. As I understand it, there is a different ip address form it uses. I get a warning that my ip address is not a valid multicast address. I'm using the example code available in idf.
I'm using c on a raspberry pi for the server implementation. How do I configure this as well to use multicast as unicast?
Thanks