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

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".

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)