esp-idf/examples/common_components/iperf
2023-10-26 10:35:57 +05:30
..
include fix(examples/iperf): Update and rename default TCP/UDP buffer sizes 2023-10-26 10:35:57 +05:30
CMakeLists.txt examples: fix format errors, remove -Wno-format 2023-02-14 15:46:54 +01:00
iperf.c fix(examples/iperf): Update and rename default TCP/UDP buffer sizes 2023-10-26 10:35:57 +05:30
Kconfig.projbuild feat(wifi): optimize esp32c6 iperf performance 2023-09-14 10:14:13 +08:00
README.md examples: unify iperf component 2021-07-16 11:59:52 +08:00
wifi_cmd.c fix proto cmd crash problem in iperf example 2023-07-12 10:44:12 +08:00
wifi_stats.c fix(wifi): fix some esp32c6 wifi bugs 2023-09-20 19:50:44 +08:00
wifi_twt.c feat(wifi): itwt support itwt wake duration unit 2023-07-14 10:51:26 +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.