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.

求助:为什么设置为many-to-one 的方式下,设备有时候会加入路由器而不是协调器

使用homeAuto1.2协议,期望由协调器来管理所有子设备,这些子设备都是路由器。

才用many-to-one的方式,但是发现,当多个设备同时加入网络时,有的设备会加入某个路由器?

请问是什么原因?

如何解决,多谢多谢

  • 若是想所有节点都由协调器来进行管理的话,您需要使用星形拓扑

    many-to-one主要是

    加大了路由器节点的邻居表,使得节点能够竟可能的在一个hop内完成,减少了路由,提高了效率。

    2、在Concentrator(一般就是coordinator)内建了一张巨大的源路由表,文档table5写着是420,基本就是给每个节点建了一个路径,这样就不需要通过mesh网络默认的AODV路由算法去找节点路径了。

    并不是所有节点都以协调器为父节点