UM-WI-056
DA16xxx FreeRTOS Getting Started Guide
User Manual
Revision 1.0
27-Oct-2021
CFR0012
52 of 80
© 2021 Dialog Semiconductor
[/DA16200/NET] #
Where the format of the iperf command type is:
iperf -I [INTERFACE] [-s/-c] [DESTINATION IP] (-u) -i [INTERVAL TIME] -t [TEST TIME]
Iperf Test with DA16200/600 as a Server
To set-up the Iperf test with the DA16200/600 operating as a server and the laptop operating as a
client, do the following steps:
1. Power on the DA16200/600 and check the assigned IP address in the DA16200/600 console
window:
Connection COMPLETE to 80:ca:4b:30:02:0a
-- DHCP Client WLAN0: SEL(6)
-- DHCP Client WLAN0: REQ(1)
-- DHCP Client WLAN0: CHK(8)
-- DHCP Client WLAN0: BOUND(10)
Assigned addr :
192.168.0.66
netmask : 255.255.255.0
gateway : 192.168.0.254
DNS addr : 61.41.153.2
DHCP Server IP : 192.168.0.254
Lease Time : 06h 00m 00s
Renewal Time : 03h 00m 00s
[/DA16200] #
2. In the DA16200
/600 console window switch to “NET” command mode and run “
iperf -I wlan0
-s
”
to run the Iperf server:
[/DA16200] #
net
Switch to network command mode.
Command-List is changed, "NET"
[/DA16200/NET] #
iperf -I wlan0 -s
Run Iperf in server mode.
iPerf Server(TCP): Ready
[/DA16200/NET] #
The DA16200/600 is now running in iperf server mode.
3. In the CMD window,
run “
iperf -I wlan0 -c 192.168.0.103 -t 5 -
i 1”
to run the Iperf client
test on the laptop:
C:\tools\iperf>
iperf.exe -c 192.168.0.66 -t 5 -i 1
Run the Iperf client test.
------------------------------------------------------------
Client connecting to 192.168.0.66, TCP port 5001
TCP window size: 208 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.219.105 port 53916 connected with 192.168.0.66 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 2.62 MBytes 22.0 Mbits/sec
[ 3] 1.0- 2.0 sec 2.50 MBytes 21.0 Mbits/sec
[ 3] 2.0- 3.0 sec 2.38 MBytes 19.9 Mbits/sec
[ 3] 3.0- 4.0 sec 2.38 MBytes 19.9 Mbits/sec
[ 3] 4.0- 5.0 sec 2.38 MBytes 19.9 Mbits/sec
[ 3] 0.0- 5.0 sec 12.2 MBytes 20.5 Mbits/sec
C:\tools\iperf>