ESP-WIFI-MESH broadcast from one node to all other nodes in mesh
Posted: Sun Aug 31, 2025 1:26 pm
Hello. I am working on a project involving 30-50 esp32-s3 nodes that can communicate with an external server. from what i was able to understand, only the root node can be directly connected to the server. but in my project, i want any update on the server to be sent to all mesh nodes in the network, not just the root node.
I am having trouble searching up for example codes or clear documentation on how am i supposed to implement this. basically i want to understand how i can "broadcast" a message from any node to any node in the mesh. and if there exists any already implemented functionality for doing so.
thanks.
I am having trouble searching up for example codes or clear documentation on how am i supposed to implement this. basically i want to understand how i can "broadcast" a message from any node to any node in the mesh. and if there exists any already implemented functionality for doing so.
thanks.