Search found 2 matches

by Warpstar22
Thu Sep 13, 2018 10:02 pm
Forum: ESP-IDF
Topic: Unicast / Multicast as Unicast
Replies: 6
Views: 8176

Re: Unicast / Multicast as Unicast

That's so odd. I figured multicast would work fine but I ran into an issue as I mentioned where I got a warning that the IP address was not a valid multicast address. I know the server implementation is fine because I was using it for another board. I'm using the multicast example code and just chan...
by Warpstar22
Wed Sep 12, 2018 6:45 pm
Forum: ESP-IDF
Topic: Unicast / Multicast as Unicast
Replies: 6
Views: 8176

Unicast / Multicast as Unicast

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 differ...