-->
Page 1 of 1

Network

PostPosted: Wed Mar 30, 2016 11:51 am
by tlerdrden
Hi Community,

I would ask you if I could build a network of different ESP8266 devices. One of them should gather all the data of the other devices and send it to the Internet.

My assumption is that i should program all of them as a clients, and the guy that gathers the data, as a server, which should send the data to the internet... Is it possible?

Thanks!

Re: Network

PostPosted: Wed Mar 30, 2016 1:11 pm
by martinayotte
Of course, several examples around.
All Clients are in STA-only mode, and the Master is in STA+AP mode.