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.

zigbee mac地址白名单

最近在做一个项目,用到zigbee组网,有几个问题想请教

1.我通过串口,协调器输入mac地址,创建了一个链表,这样做会不会欠妥

2.ZDO_JoinIndicationCB上面加入MAC地址验证来过滤节点加入,这个方法叫常见简单。我想针对NWK_ASSOC_JOIN的方式进行过滤,但我也看到有帖子说

节点加入网络失败会触发ZDO_SyncIndicationCB,进入rejoin

我用的是ZStack-CC2530-2.5.1a,有三种type, NWK_ASSOC_JOIN 、NWK_ASSOC_REJOIN_UNSECURE、 NWK_ASSOC_REJOIN_SECURE,可以帮我仔细点解释一下吗。