esp-idf/examples/common_components/iperf
Roland Dobai 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
..
include openthread: add iperf example for ot-network test 2021-09-06 15:32:38 +08:00
CMakeLists.txt examples: unify iperf component 2021-07-16 11:59:52 +08:00
README.md examples: unify iperf component 2021-07-16 11:59:52 +08:00
iperf.c iperf: Update the formula for calculating the average bandwidth 2021-09-08 11:20:47 +02:00

README.md

iperf Component

This directory contains an implementation for iperf network performance tester

Note that it's incompatible with iperf3

This component is used as part of the following ESP-IDF examples:

To learn more about how to use this component, please check API Documentation from header file iperf.h.

Please note that this component is not considered to be a part of ESP-IDF stable API, and only for example use for now.