您好,协调器想知道终端断网的情况,采用的是什么方法,我看网上说结合associatedlist数组的方式,但是具体的过程是怎样实施的?还有就是终端通过路由连入协调器,协调器怎么知道终端断网呢?
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.
您好,协调器想知道终端断网的情况,采用的是什么方法,我看网上说结合associatedlist数组的方式,但是具体的过程是怎样实施的?还有就是终端通过路由连入协调器,协调器怎么知道终端断网呢?
协议栈里面针对End device有Aging 的功能,可以了解下
// This table stores devices that have been aged out by the Child Aging Table
// mechanism or have never been a child of this device
nwkNotMyChild_t notMyChildList[MAX_NOT_MYCHILD_DEVICES];