easyMesh
easyMesh copied to clipboard
Mesh using NodeMCU
I have included ESP8266WebServer on to the NodeMCU for a JSON API server.
I have three nodes to simulate a mesh, which at a later point I want to implement minimum 20 nodes per implementation.
When there are two nodes connected, the implementation does not have issues.
When I connect the third one, at any given point, two nodes start to print out this following message
0x8.jsonSubConnCount(): leaving count=1
The third node receives the messages from the mesh messages from the other two, but the two are in a loop for some time.
if this is undesired, it would be great to fix it, a direction is required, I can submit a pull request