-->
Page 29 of 33

Re: MESH network (any sort of?)

PostPosted: Tue Aug 23, 2016 12:29 pm
by Bill Gray
Hi,

I know that this thread is quite old, but I have just published a new (true) mesh networking library for esp8266/arduino here... https://github.com/Coopdis/easyMesh.

I'd love to get your feedback.

Coop

Re: MESH network (any sort of?)

PostPosted: Tue Aug 23, 2016 1:45 pm
by picstart
Looks like
#include <easyWebServer.h>
is missing

Re: MESH network (any sort of?)

PostPosted: Tue Aug 23, 2016 2:54 pm
by rudy
I have been interested in trying your implementation for a while. Maybe it is time to have a go at it. Can it also connect to a network and have a server running? (separate from the mesh)

Re: MESH network (any sort of?)

PostPosted: Sat Aug 27, 2016 4:45 pm
by picstart
This is good work but it really needs a simple example of a hello message being exchanged between nodes.

The topology appears to be one or more APSTA nodes each with zero or more STA only nodes. There appears to be a common timebase modulo9 71 minutes which probably allows for mesh wide time stamping of messages.
A simple tested and working example would be great in reducing any initial misunderstandings and would reduce the learning threshold.