Page 1 of 1

Network Tree of Mesh

Posted: Fri Aug 02, 2019 7:42 am
by teckhaokoh
I know there are API to get the node list of child node and also the routing table.
But do we have something to get the network tree?
If don't have one, does anyone able to build the network tree (like in json format) ?

Re: Network Tree of Mesh

Posted: Fri Aug 02, 2019 8:31 am
by ESP_LBB
Hi teckhaokoh,

Every node will have the mac address info of its parent node, so we can finally build the topo tree with this.

For example in the ESP-Mesh App, in the page "user" you can find "topology" which will shows the network tree.

Re: Network Tree of Mesh

Posted: Fri Aug 02, 2019 9:19 am
by teckhaokoh
ESP_LBB wrote:
Fri Aug 02, 2019 8:31 am
Hi teckhaokoh,

Every node will have the mac address info of its parent node, so we can finally build the topo tree with this.

For example in the ESP-Mesh App, in the page "user" you can find "topology" which will shows the network tree.
The ESP-Mesh App can only use bluetooth to scan?
I couldn't figure out on how can I use the app to join my mesh network.

Other than the app, is that possible to build that network tree from anyone of the node or at least from root node?