Determine the destination IP address of received UDP packet

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Determine the destination IP address of received UDP packet

2,023件の閲覧回数
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

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

734件の閲覧回数
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)?