Skip to content

Releases: bluemurder/esp8266-ping

ESP8266-ping v2.0.1

22 May 07:33
Compare
Choose a tag to compare

Send ping requests to a remote host, providing the response time and other statistics.

Library includes simple examples showing how to issue ping requests to remote hosts defined by IP address or DNS name.

Changelog:

  • Fix in library properties for Arduino IDE

ESP8266-ping v2.0.0

21 May 21:31
Compare
Choose a tag to compare

Send ping requests to a remote host, providing the response time and other statistics.

Library includes simple examples showing how to issue ping requests to remote hosts defined by IP address or DNS name.

Changelog:

  • Redesigned to exploit low level LWIP functions
  • Allows execution of user-defined callbacks
  • Allows slight packet customization

ESP8266-ping v1.1.0

07 May 11:17
Compare
Choose a tag to compare

Send ping requests to a remote host, providing the response time and other statistics.

Library includes simple examples showing how to issue ping requests to remote hosts defined by IP address or DNS name.

Changelog:

  • Fixed exceptions throwing
  • Fixed wrong behavior if host unreachable
  • Added detailed info when ping successful

ESP8266-ping v1.0.0

11 Apr 10:10
Compare
Choose a tag to compare

First release of ESP8266-ping. Present code allows to send ping requests to a remote host, providing the response time.

Present library includes simple examples showing how to issue ping requests to remote hosts defined by IP address or DNS name.