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.

关于Beacon request 理解问题

关于beacon request 、beacon 有以下个几个疑惑:

1、beacon request 、beacon在网络中的作用是什么?

2、协调器为什么会发送beacon request ?根据802.15.4 macAPI中,上面是设备发送beacon request 而协调器发送的beacon,这里上电后为什么会发beacon request 

  • 简单来说beacon request相当active scan用户信道上发现网络。 beacon是路由或者协调器收到beacon request以后的回复,用于携带网络信息。

    协调器发送beacon request用channel scan,来判断信道上是否有很多网络存在。

  • VV

         一个终端设备和一个 协调器,  默认只设置了单一信道。

         终端设备入网后, 将协调器关闭,  终端设备成为孤点之后  开始 发送beacon request。

         

         抓包软件看到: 一开始确实是在 现有的信道 发送beacon request。  

         过了一会之后(具体时间没有留意), 它开始进行全信道  发送beacon request~~~~~

          为什么我只定义了单一信道, 它还是会全信道 发送beacon request????

          协议栈版本:1.2.2

    谢谢!

  • VV&各位专家,

    最近我现场调试时发现网络中出现beacon request和beacon,

    我想知道协调器和路由在什么情况会发送bacon request和beacon?

    重启之后吗?假如整个网络中不断有路由在重启会怎么样?