Maximum number of nodes esp32 can communicate using p2p protocol
Posted: Tue May 14, 2019 7:21 am
by akhileshthorat
What are the maximum number of esp's which can communicate with each other using P2P network. Is it possible to make one esp32 as a conventional router and monitor other esp's like connected clients?
Re: Maximum number of nodes esp32 can communicate using p2p protocol
Posted: Tue May 14, 2019 8:00 am
by WiFive
ESP-MESH takes the form of a tree topology, so one single device can connect to 10 devices at maximum, and an entire network can have over 1,000 nodes.
Re: Maximum number of nodes esp32 can communicate using p2p protocol
Posted: Wed May 15, 2019 1:21 pm
by akhileshthorat
WiFive wrote: ↑Tue May 14, 2019 8:00 am
ESP-MESH takes the form of a tree topology, so one single device can connect to 10 devices at maximum, and an entire network can have over 1,000 nodes.
is it possible to host a individual web server on each device and access any node through a unique IP address through mesh networking? As well how can one implement other idf applications(such as data logging/monitoring) on each node