-->
Page 1 of 1

HOW TO RESTART AN ESP8266 WORKING AS A SERVER FROM A CLIENT?

PostPosted: Thu Jun 04, 2020 5:27 am
by AdonisReed
I am reading sensors values from a server via a client and everything seems working fine. Sometime the server get stuck (not yet discovered why) and it can be restarted via a browser using the RUN command.

Question: If client detect the server failure can send an "http://192.168.1.130/run" to restart the server? Or the restart command must be sent in other ways?