Page 1 of 1

Wifi Mesh

Posted: Thu Sep 12, 2019 1:41 pm
by codeDiva
Hello,

I am new to ESP32. I am trying to develop mesh network using esp32 each node collects some data and send it to cloud server.
One ESP32 will work as fixed root node and connected to internet router. Need clarification for few points:

- How does non-root node create socket with cloud server? Or will they send data to root node and root node will create a socket with cloud server?
- How to send data from root node to non-root node devices? will it be over socket or need to use different mechanism?
- How to identify different nodes in mesh network?

Appreciate your response.

Re: Wifi Mesh

Posted: Sun Sep 15, 2019 3:41 am
by WiFive