I am working on a project that uses TIVA as an interface between hardware and software. For this purpose I am using ipMIDI for sending and receiving messages from TIVA. The problem I had is that the UDP library from the IDE (energia) has no support for multicasting. Hence I can send messages to the multicast address, but I am not able of receiving them by listening to the multicast port.
Do you know if there is a way for implementing UDP Multicast in TIVA?
What is your experience regarding this issue?
Thanks.