Chat freely about anything...

User avatar
By Pratik101
#68377 Hello,

I'm kind new to ESP, I have an ESP8266 12E and i'd like to set up a small network.
1.) I'd like to know how can two access points talk to each other, the nodes have been setup in AP+STA mode. Does it have to switch its mode If it has to talk to another node?

2.) If two clients are connected to the same network is it possible to talk to each other, by connecting to their IP's while on the same port.
Code: Select allclient.connect(IP, PORT);


I believe that function is to be used for the 2nd question, any better Ideas are welcome. :)