For a wireless connection between the units operating in AP/STA mode, communication
speed can be checked using the iperf command.
⚫
Sample iperf command (UDP communication)
➢
Start the AP-mode unit as a server of iperf
①
iperf -s -u -i 10
Explanations of parameters in the above sample command
Parameters
Meaning
-s
Start iperf as a server.
In the sample command, the AP mode unit is used as a server.
-u
Specify that the iperf communication runs in UDP.
-i 10
Specify the interval to display the result of iperf throughput
(seconds). In the sample command, the interval is set to 10 sec.
➢
Start the STA-mode unit as a client of iperf (do it after the server is started)
①
iperf -c 192.168.200.1 -u -b 50M -i 10 -t 60
Explanations of parameters in the above sample command
Parameters
Meaning
-c 192.168.200.1
Start iperf as a client and specify the IP address of the server.
In the sample command, “192.168.200.1” is set for the server.
-u
Specify that the iperf communication runs in UDP.
-b 50M
Specify the bandwidth for data transmission (bps).
In the sample command, it is set to 50Mbps.
-i 10
Specify the interval to display the result of iperf throughput
(seconds). In the sample command, the interval is set to 10 sec.
-t 60
Specify the data transmission period (seconds).
In the sample command, the data transmission period is set to 60
sec.
Содержание SX-NEWAH
Страница 1: ...SX NEWAH EVK Start UP Guide silex Technology Inc ...
Страница 3: ...Introduction ...
Страница 8: ...6 EVK Composition Outline ...
Страница 13: ... 7 Click Exit 8 Remove a micro SD card from the PC 9 Insert the micro SD card to Raspberry Pi ...
Страница 15: ... 2 Start Terminal LXTerminal from the menu ...
Страница 18: ......
Страница 21: ... Hostapd start IP address configuration for a wireless interface ...
Страница 29: ... Change the below IP address to a desired one ...
Страница 30: ... Press Ctrl O Press the Enter key and press Ctrl X ...
Страница 32: ...Revision History ...