# Iperf Core Engine This repository contains a basic iperf core engine. ## Documentation - There are two basic function: - `iperf_start` - `iperf_stop` ### Installation - To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file. ```yaml dependencies: espressif/iperf: version: "^1.0.0-a1" ``` - For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)
2a07d218ace3859e57ec6075e5451e89b70b252f
idf.py add-dependency "espressif/iperf^1.0.0-a1"