question

ByronDong-3109 avatar image
0 Votes"
ByronDong-3109 asked asergaz commented

Azure RTOS NetX multicast send failed

Hi guys
I want to implement a UDP Multicast send under STM32 STM32H7 ThreadX+NetX.

Basis.
1. UDP, TCP communication on H7 works fine.
2. Multicast Group on PC works fine.

Question.
1. using H7 Netx UDP to send data to this 244.3.30.56: 10000 IP group, the PC side can not receive data but using TCP /UDP is working fine.
2. try to let H7 join mutilcast or IGMP group, found that once join multicast, TCP, udp are disconnected, can not Ping through, even need to power off and restart to restore normal, once join multicast again will be disconnected.

The main purpose of using multicast is for devices to discover each other. Or you have other good ideas.

azure-rtos
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@ByronDong-3109 , could you capture the packets by wireshark or tcpdump on PC and share it with us? Let us know the MAC address of device and PC.

1 Vote 1 ·
asergaz avatar image asergaz TiejunZhou-7599 ·

Hello @ByronDong-3109,

Could you share with us the information requested by @TiejunZhou-7599 to help us troubleshoot this issue?

Thank you so much!

0 Votes 0 ·

@ByronDong-3109 can you please share if you are using a specific sample I can follow? Are you using any of the samples here: https://github.com/azure-rtos/netx/tree/master/samples ?

Thank you!

0 Votes 0 ·

0 Answers