You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/03/15 06:14:24 UTC

[incubator-nuttx-apps] branch master updated: netutils/iperf/README.md: document what this is

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 5140962  netutils/iperf/README.md: document what this is
5140962 is described below

commit 5140962436f816cedfe6f9ff57c699e4d027af09
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Mar 15 11:07:46 2021 +0900

    netutils/iperf/README.md: document what this is
---
 netutils/iperf/README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/netutils/iperf/README.md b/netutils/iperf/README.md
index ea95f13..7d76d80 100644
--- a/netutils/iperf/README.md
+++ b/netutils/iperf/README.md
@@ -1,3 +1,14 @@
+Overview
+================================================================
+
+This is a NuttX port of the ESP-IDF iperf example. [1]
+
+It doesn't support all features in standard iperf.
+It's supposed to be compatible with iperf version 2.x. [2]
+
+[1] https://github.com/espressif/esp-idf/tree/master/examples/wifi/iperf
+[2] https://sourceforge.net/projects/iperf2/
+
 Configuring NuttX to use your Wireless Router (aka Access Point)
 ================================================================