有没有可能协调器给一个间隔5秒就进入休眠的终端发送数据失败的? 通过抓包,发现发送一个180个字节的数据包,已经发送了。但终端没有相应。
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.
终端是1s 一次Data Request,
在188718行,协调器向终端发送了 一个180个字节的数据包,先发了一部分。
终端ACK后,在188746行, 终端等了5s 才发Data Request。
这里为什么终端会 间隔5s 才 Data Request了? 后面又恢复到1s一次