Skip to content

Commit cb581db

Browse files
committed
Rename "LAN8651-iperf" to "iperf-client".
1 parent 159344a commit cb581db

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
### How-to-compile/upload
1111
```bash
12-
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf
13-
arduino-cli upload -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -p /dev/ttyACM0
14-
# or
15-
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -u -p /dev/ttyACM0
12+
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
1613
```
1714

1815
### How-to-[`EVB-LAN8670-USB`](https://www.microchip.com/en-us/development-tool/EV08L38A)

examples/LAN8651-iperf/README.md renamed to examples/iperf-client/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
:floppy_disk: `LAN8651-iperf`
1+
:floppy_disk: `iperf-client`
22
=============================
33

44
This example sketch can be used to measure 10BASE-T1S network performance using this software stack. The required hardware is a Arduino [Nano 33 IoT](https://store.arduino.cc/products/arduino-nano-33-iot) and a Mikroe [2-Wire ETH](https://www.mikroe.com/two-wire-eth-click) click board.
55

66
### How-to-compile/upload
77
```bash
8-
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf
9-
arduino-cli upload -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -p /dev/ttyACM0
10-
# or
11-
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -u -p /dev/ttyACM0
8+
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
129
```
1310

1411
### How-to-`iperf`

examples/LAN8651-iperf/udp_perf_client.h renamed to examples/iperf-client/udp_perf_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct perf_stats {
9292
#define UDP_TIME_INTERVAL 300
9393

9494
/* Server to connect with */
95-
#define UDP_SERVER_IP_ADDRESS "192.168.0.5"
95+
#define UDP_SERVER_IP_ADDRESS "192.168.42.100"
9696

9797
/* UDP buffer length in bytes */
9898
#define UDP_SEND_BUFSIZE 1460

0 commit comments

Comments
 (0)