Coopdis / easyMesh

Library to create a simple mesh network on Arduino/esp8266
MIT License
520 stars 122 forks source link

Connecting to Web #37

Open unishubh opened 7 years ago

unishubh commented 7 years ago

Let us assume we have 5 ESP connected as 1<-2<-3<-4<-5 .

Can i connect esp 1 to wifi router thus enabling internet connectivity to my mesh, and then make a request to some external website from node 2,3,4 or 5 ?? Can this be done? If yes the How?

josep112 commented 7 years ago

I am also interested in this condition

BlackEdder commented 7 years ago

As far as I can tell easyMesh is abandoned. I am maintaining a fork on gitlab though: https://gitlab.com/BlackEdder/painlessMesh

To answer your question. With easymesh this can't be done. In painlessMesh the first step can be done soon (will merge support in a couple of days). For the second step you will have to have node 1 send the relevant information to node 2,3,4,5