This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

groupcast和multicast

我通过抓包发现groupcast和multicast还是有区别的。

1、groupcast在网络层实际就是广播,只是通过APS层的groupid来过滤收到的包。

2、multicast在网络层就表明是多播,网络层目标地址就是groupid,并且还可以设置非成员半径。

 

那么请问一下,我调用AF_DataRequest( destAddr, epDesc, clusterID, msgLen, msgBuf,&zcl_TransID, options, AF_DEFAULT_RADIUS )发送数据的时候,应该如何设置afAddrType_t *destAddr才能分别实现groupcast和multicast呢?