路由节点和协调器通讯过程中突然掉线了,路由器能不能判断自己掉线了
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.
判断自身掉网,就是连续几次发送失败。节点就认为自身掉网。一般就是data request发送几次没有收到父节点的ack。这个次数是可以配置的。
f8wConfig.cfg 文件中
-DMAX_POLL_FAILURE_RETRIES=2