esp-idf/examples/common_components/iperf
xuxiao 4960c10664 feat(wifi): itwt support itwt wake duration unit 2023-07-13 11:15:17 +08:00
..
include
CMakeLists.txt
Kconfig.projbuild
README.md
iperf.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
wifi_cmd.c fix proto cmd crash problem in iperf example 2023-06-20 15:51:28 +08:00
wifi_stats.c all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
wifi_twt.c feat(wifi): itwt support itwt wake duration unit 2023-07-13 11:15:17 +08: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.