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.

协调器如何向指定的终端设备发送数据?

一开始我的项目里采用的的星型网络,协调器向终端设备发送数据使用的是长地址。

现在为了控制距离,改为网状网络,发现使用长地址没办法向第三级的终端设备发送数据,所以只能使用短地址来进行发送,但短地址怎么记录下来?

如果通过广播长地址来获取短地址,一些睡眠设备就没办法回应了。

所以有没有什么高效稳定的方法能够记录短地址,或者与偶什么其他方法能够使协调器和指定的终端设备进行通讯?