Hello
I want to make communication between several ESP8266 modules preferably over UDP. I would like 3 modules to have temperature sensors connected and send temperature values to another ESP, which will display these temperatures on a web page. What should the schematic of such a task look like? On the internet I only found how to listen over UDP, but I don't know how to send something to another ESP over UDP.
I am programming in Arduino IDE.
I want to make communication between several ESP8266 modules preferably over UDP. I would like 3 modules to have temperature sensors connected and send temperature values to another ESP, which will display these temperatures on a web page. What should the schematic of such a task look like? On the internet I only found how to listen over UDP, but I don't know how to send something to another ESP over UDP.
I am programming in Arduino IDE.