-->
Page 2 of 2

Re: ESP8266 Arduino Mesh Network Control

PostPosted: Mon Mar 07, 2016 6:50 am
by eduperez
ffaheem wrote:Thanks Dan! But what is essentially the mesh example if not the same concept? I'm using the chip ID as identifiers and waiting for signal to be recieved. :?


A "mesh" network is one where not all nodes have direct connection with each other (or with a central node), and rely on intermediate nodes to send the information.

Re: ESP8266 Arduino Mesh Network Control

PostPosted: Mon Mar 07, 2016 8:18 am
by danbicks
eduperez wrote:
ffaheem wrote:Thanks Dan! But what is essentially the mesh example if not the same concept? I'm using the chip ID as identifiers and waiting for signal to be recieved. :?


A "mesh" network is one where not all nodes have direct connection with each other (or with a central node), and rely on intermediate nodes to send the information.


I agree in concept, but why create yourself so much work when a library is in place already?

Surely just pick this up and enhance is the best path forward. As they say Is it really worth re inventing the wheel, just advice buddy.

Dans