iperf3 如何测试STA 和wifi direct的 throughput
一. iperf3 测试 sta的throughput
1 .1 测试要求:
MTK平台需要Enable CTIA.
在sheilding room环境下测试
1.2 安装iperf 工具
手机上面安装iperf3 apk
电脑上面安装iperf3.exe工具
选择的路由器带宽最好支持千兆网络
1.3 如何获取ip地址
PC端通过治疗ipconfig获取
1.4 测试指令
-
如果是STA(192.168.2.100) 到 PC(192.168.2.101)
-
Tx command : iperf3 –c 192.168.2.101 –w 2M –P4
-
Rx command: iperf3 –s –i 1 –w 2M
-
如果是 PC(192.168.2.101) to STA(192.168.2.100)
-
Tx command : iperf3–c 192.168.2.100 –w 2M