Determine the destination IP address of received UDP packet

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Determine the destination IP address of received UDP packet

2,015 次查看
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 回复

726 次查看
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)?