526 B
526 B
Iperf Core Engine
This repository contains a basic iperf core engine.
Documentation
- There are two basic function:
iperf_startiperf_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.ymlfile.dependencies: espressif/iperf: version: "^0.1.4" -
For more details refer IDF Component Manager