1、请问有6678 有udp 组播客户端的案例可供参考吗?或者参考资料;
2、已经udp单播正常接收数据,修改为udp组播(client)时,无法接收到数据。查阅手册SPRU524H中3.6节第77页中提到NDK不支持server mode,但是支持client operation(The NDK does not currently support IP multicast routing, so there is no need to use IGMP in server mode.However, the software does support IGMP client operation.)。
3、自己修改的接收端函数见recive.c(参考https://www.ibm.com/docs/en/i/7.1?topic=inet-example-receiving-multicast-datagrams)编写。但是不能接收数据。