-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Mesh automatically generate a root node without router #75
Comments
In the no-router scheme, because there is no router as a reference, the device cannot select which device should be the root node, so you need to specify the root node. |
Thanks for reply, I understood what you said. I want to build such mesh network: all nodes' mesh id and channel are configured via Bluetooth, and power on some of these will also build a mesh network. |
Each node can list --> the RSSI of the neighbour nodes .. thereby keeping a record of the number and RSSI of its nearby nodes. This can be converted into a weight number and broadcasted as the voting happens for root. Thus one of them can become root. Re-root selection is also possible. Is there any expected work ..? Really need this feature. Thank you, |
@githubforsank |
I've tried the Mwifi demo code to build a mesh network without router, it works.
Can I build a mesh network without configure whether the root node or the non-root node? If there is no root node in the network, one of the nodes can become the root node. I read the guide Root Node Failure, but it need the router.
The text was updated successfully, but these errors were encountered: