https://github.com/kotyara12/reping
Module for checking server availability by pinging and waiting for completion. Wrapper for "esp_ping.h".
https://github.com/kotyara12/reping
esp-idf esp32 ping
Last synced: 2 months ago
JSON representation
Module for checking server availability by pinging and waiting for completion. Wrapper for "esp_ping.h".
- Host: GitHub
- URL: https://github.com/kotyara12/reping
- Owner: kotyara12
- Created: 2021-04-12T19:46:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T07:06:33.000Z (about 4 years ago)
- Last Synced: 2025-12-29T05:50:29.743Z (6 months ago)
- Topics: esp-idf, esp32, ping
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rePing for ESP32 / ESP-IDF
Module for checking server availability by pinging and waiting for completion. Wrapper for "esp_ping.h". (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)