Wifi Communication between two Webmites


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6546
Posted: 09:08pm 20 Aug 2023      

On the 'slave' WEBmite, set up a web server with a simple page giving the required temperature readings.

On the main WEBmite use WEB TCP CLIENT REQUEST to fetch that page.
Once you have it, extract the data and insert it into the main WEBmite's web pages.

Simple and no other hardware needed.
It also keeps the HTML simple.

Jim