Releases: bluemurder/esp8266-ping
ESP8266-ping v2.0.1
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
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
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
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.