-->
Page 1 of 1

How to restart an ESP8266 working as a server from a client

PostPosted: Tue Sep 11, 2018 7:11 am
by Alberto_2
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?

Alberto