I'm working with theatrical equipment that uses sACN (E1.31) to send data to lighting equipment. This sends the data to all the devices onto the network. I would like to use the ESP8266 and connect it to the network to read the sACN data. Right now I have it working in Unicast sending the data directly to the IP of the ESP8266 but other equipment that I have doesn't support Unicast and only supports Multicast. I've tried playing with WiFiUdp and ESPAsyncUDP without luck for Multicast connectivity.
Anyone know any other libraries or have any tricks to get the ones I mentioned working in Multicast?
Thank you so much!