https://github.com/kotyara12/repinger
Service for periodically checking the availability of the Internet on one or several public servers
https://github.com/kotyara12/repinger
checker esp-idf esp32 ping pinger
Last synced: 4 months ago
JSON representation
Service for periodically checking the availability of the Internet on one or several public servers
- Host: GitHub
- URL: https://github.com/kotyara12/repinger
- Owner: kotyara12
- Created: 2021-10-01T07:16:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T19:33:30.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:02:59.420Z (about 1 year ago)
- Topics: checker, esp-idf, esp32, ping, pinger
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rePinger for ESP32 / ESP-IDF
Service for periodically checking the availability of the Internet on one or several public servers. (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rePing
- https://github.com/kotyara12/reWiFi
- https://github.com/kotyara12/reEvents
### 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)