I want to install a few ESP-01 with temperature sensors on each.
I manage to get working using a specific IP (192.168.x.x) and loging on to each ESP-01 using a server web page on each.
Now I want to send the ESP-01's data (temperature) through my home network to an arduino acting as a main server hosting a website that can be seen from the net. ( yes I have DNS port forward on that IP)
What is the best method to do that ? any examples out there ?