使用udp_multicast_example.c这个例子,发现根本没有办法接收到udp多播报文
同样的网络环境下,2台内网机器之间使用socat的多播收发命令都是没有问题的
通过wireshark抓包发现,IGMP的60字节的报文最后14字节为Trailer的5555...这种,对比socat发出来的IGMP报文,这里是全0的padding,不清楚跟这里有没有关系
Search found 3 matches
- Fri Apr 14, 2023 4:47 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用udp_multicast_example.c这个例子,发现根本没有办法接收到udp多播报文
- Replies: 0
- Views: 651
- Fri Apr 14, 2023 4:44 am
- Forum: ESP-IDF
- Topic: I find that the udp_multicast_example.c can not recv any udp multicast packet.
- Replies: 0
- Views: 671
I find that the udp_multicast_example.c can not recv any udp multicast packet.
I find that the udp_multicast_example.c can not recv any udp multicast packet. It only can send packet to the multicast address. Using wireshark we can find that the Trailer 55555.. while the other multicast app send the 60 Bytes IGMP packet with 0000.. padding. Is there anyone success recv udp mult...
- Wed Oct 26, 2022 9:50 am
- Forum: ESP-ADF 中文讨论版
- Topic: 请问esp-adf用的sip库文件是哪个,我想直接在非adf环境使用
- Replies: 1
- Views: 2259
请问esp-adf用的sip库文件是哪个,我想直接在非adf环境使用
请问esp-adf用的sip库文件是哪个,我想直接在非adf环境使用