Skip to content

Commit

Permalink
Rename "LAN8651-iperf" to "iperf-client".
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Oct 2, 2024
1 parent 159344a commit cb581db
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

### How-to-compile/upload
```bash
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf
arduino-cli upload -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -p /dev/ttyACM0
# or
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -u -p /dev/ttyACM0
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
```

### How-to-[`EVB-LAN8670-USB`](https://www.microchip.com/en-us/development-tool/EV08L38A)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
:floppy_disk: `LAN8651-iperf`
:floppy_disk: `iperf-client`
=============================

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.

### How-to-compile/upload
```bash
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf
arduino-cli upload -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -p /dev/ttyACM0
# or
arduino-cli compile -b arduino:samd:nano_33_iot -v examples/LAN8651-iperf -u -p /dev/ttyACM0
arduino-cli compile -b arduino:renesas_uno:unor4wifi -v examples/iperf-client -u -p /dev/ttyACM0
```

### How-to-`iperf`
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct perf_stats {
#define UDP_TIME_INTERVAL 300

/* Server to connect with */
#define UDP_SERVER_IP_ADDRESS "192.168.0.5"
#define UDP_SERVER_IP_ADDRESS "192.168.42.100"

/* UDP buffer length in bytes */
#define UDP_SEND_BUFSIZE 1460
Expand Down

0 comments on commit cb581db

Please sign in to comment.