Skip to content

Commit 2892f40

Browse files
committed
fix(docs): clarify the iperf address used by the iperf client
1 parent 84d216f commit 2892f40

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

components/esp_ot_cli_extension/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,13 @@ For measuring the TCP throughput, first create an iperf service on one node:
157157
Done
158158
```
159159

160-
Then create an iperf client connecting to the service on another node. Here we use `fdde:ad00:beef:0:a7c6:6311:9c8c:271b` as the example service address.
160+
Then create an iperf client connecting to the service on another node. Note that only the [ML-EID](https://openthread.io/guides/thread-primer/ipv6-addressing#unicast_address_types) address can be used for iperf.
161161

162162
```bash
163+
> ipaddr mleid
164+
fdde:ad00:beef:0:a7c6:6311:9c8c:271b
165+
Done
166+
163167
> iperf -V -c fdde:ad00:beef:0:a7c6:6311:9c8c:271b -t 20 -i 1 -p 5001 -l 85
164168
Done
165169
Interval Bandwidth

components/esp_ot_cli_extension/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.3.4"
1+
version: "1.3.5"
22
description: Espressif OpenThread CLI Extension
33
url: https://github.com/espressif/esp-thread-br/tree/main/components/esp_ot_cli_extension
44
dependencies:

0 commit comments

Comments
 (0)