Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 17 hours ago
JSON representation

Service for periodically checking the availability of the Internet on one or several public servers

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)