Cypress技术william hill官网
直播中

李凤英

7年用户 192经验值
私信 关注
[问答]

请问如何发送UDP广播?

[ wiced-sdk-2.2.1 ]
我正在尝试在端口56700上做一个UDP广播,我是否在255.255.255.255的IP地址上发送它?
我的WiDeDuppsEnter调用应该是这样吗?
const WieDeIpIpAddisStRealSeriSeriIPv4x地址(TajixIpAdAdDR,0xFFFFFFFF);



wiced_udp_send(&;udp_socket,&;target_ip_addr,56700包)
有什么特别需要我做的吗?
                    
                    
以上来自于百度翻译

               
                                                                                      以下为原文
                                            [WICED-SDK-2.2.1]


Im trying to do a UDP broadcast on port 56700,  do I send it on an IP address of 255.255.255.255


should my wiced_udp_send call look like this?


const wiced_ip_address_t INItiALISER_IPV4_ADDRESS( target_ip_addr, 0xFFFFFFFF ); .

.

.

.

wiced_udp_send(&udp_socket, &target_ip_addr, 56700, packet)


Is there anything special I need to enable?

回帖(1)

李凤英

2018-8-14 04:50:33

最佳答案

的snip.udp_transmit APP提供了一个例子,如何发送
UDP数据包到子网的广播地址192.168.0.x X。
                    
                    
以上来自于百度翻译

               
                                                                                      以下为原文
                                            The snip.udp_transmit app provides an example of how to send a  
UDP packet to a broadcast address on the subnet 192.168.0.x
举报

更多回帖

发帖
×
20
完善资料,
赚取积分