esp-idf/examples/common_components/iperf
2022-12-29 13:13:35 +08:00
..
include wifi: update wifi libs to support wifi6 features and fix build error 2022-12-29 13:13:35 +08:00
CMakeLists.txt wifi: update wifi libs to support wifi6 features and fix build error 2022-12-29 13:13:35 +08:00
iperf.c wifi: update wifi libs to support wifi6 features and fix build error 2022-12-29 13:13:35 +08:00
README.md examples: unify iperf component 2021-07-16 11:59:52 +08:00
wifi_cmd.c wifi: update wifi libs to support wifi6 features and fix build error 2022-12-29 13:13:35 +08:00
wifi_stats.c wifi: update wifi libs to support wifi6 features and fix build error 2022-12-29 13:13:35 +08:00
wifi_twt.c esp32c6: support wifi 6 2022-12-29 11:48:36 +08:00

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.