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.
当一个节点加入到协调器A后,怎样退出协调器A的网路,重新搜索并加入另一个协调器?
你可以用Leave命令。
如果在节点操作,可以调用ZDO_ProcessMgmtLeaveReq ,或者NLME_LeaveReq( )
如果在协调器端,你可以用ZDP_MgmtLeaveReq()
非常感谢,问题终于解决了!
我用的是addr64bit的地址方式,在 fillAndSend 的ZADDR_TO_AFADDR中转换出错。修改下就好了。