Is it possible to determine the destination IP address of a received UDP packet from RTCS? I'm using multicast addresses and I need to know what address it was received on?
Bill
The pack UDP has a IP of sender, you need just see the head of UDP pack, or if You send it, you can to send the ip into the pack UDP as a data.
How do you receive a UDP pack broadcast using MQX (RTCS)?