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.