Determine the destination IP address of received UDP packet

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Determine the destination IP address of received UDP packet

2,014 Views
flashtoo
Contributor I

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

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

725 Views
Eng_crodrigo
Contributor II

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)?