Page 1 of 1

Ping

Posted: Mon Nov 05, 2018 1:15 pm
by Ritu21
Hi,

How to ping Http server from ESP32 and know the connection status??

Looking forward for your quick reply.

Thanks
R.

Re: Ping

Posted: Tue Nov 06, 2018 1:44 pm
by Nespressif
Hi, if you search "Ping from ESP32" in this forum, you will find several post with example code.
Regards

Re: Ping

Posted: Tue Nov 06, 2018 6:24 pm
by fly135
Ritu21 wrote:Hi,

How to ping Http server from ESP32 and know the connection status??

Looking forward for your quick reply.

Thanks
R.
The connection status is returned from the socket "connect" routine.