What i would like to accomplish is to have one esp8266 that can communicate bidirectionally with four other esp8266. It also needs to be able to connect to the internet to fetch the weather and time.
I have tried using UDP, but the problem i have having is that if i create multiple UDP servers, they no longer function.
What is the best way to accomplish this?
Thanks!