-->
Page 1 of 1

Control multiple webservers

PostPosted: Tue May 24, 2022 1:59 pm
by Luc Volders
On another forum there was a question about how to control multiple webservers from one webpage.

The solution is easy.
The webserver software can be used as a framework to control led's, relays, motors etc.
Mostly the webpage is hosted on the ESP8266 or ESP32 itself.
But that does not need to be.
The webpage can be located on a PC or Tablet or Phone as long as the device has a webbrowser with Javascript.

My example has two ESP8266's wit each a led running both a webserver that serves no webpage.
The webpage is at my PC and that sends info to the ESP's.

For the complete story, and ESP sourcecode as wel as the Javascript sourcecode visit my weblog:
http://lucstechblog.blogspot.com/2022/0 ... rvers.html

Luc