# Ping Component [](https://components.espressif.com/components/espp/ping) A C++ wrapper around `esp_ping` providing a functional callback interface and an optional CLI menu. - Simple config with target host, count, interval, timeout, data size, TTL - std::function callbacks for session start, per-reply, timeout, and end - CLI submenu for quick testing and integration alongside other menus ## Example The [./example](./example) directory contains a simple example demonstrating the use of the `Ping` component and how it can be used with a CLI menu.
2b699b4cb8b6cccb2e60f179984c58ddd26b6749
idf.py add-dependency "espp/ping^1.0.27"