Purpose: To assess radio performance in real-world conditions, measuring range, throughput, latency, and link stability.
iperf3
for throughput testingping
for latency measurementbatctl o
to view routing information and node connectivity.Run iperf3 -c <server IP> -t 30 -i 1
to test TCP throughput.
-u -b 5M
to simulate stable data flow and measure packet loss.Latency Testing:
Perform latency checks with ping <IP address> -i 0.2 -s 250 -Q 0xC0
for high-priority packets.
Initial Setup
Establish Baseline Connectivity:
ping
to ensure both radios are communicating.iperf3
to establish baseline performance metrics at close range.Incremental Distance Testing:
iperf3
test and record metrics such as throughput, packet loss, and latency.Monitor Signal and Connection Quality:
iw dev wlan${PHY} station dump
Identify Maximum Range:
Record Environmental Factors:
Place the two radios (e.g., Wearable and Mini-OEM) at a starting position approximately 5 meters apart in an open, line-of-sight area.iw wlan${PHY} station dump
to measure RSSI and other signal metrics.batctl o
to monitor mesh routes and detect changes due to movement or signal fluctuations.sysutils activity
to understand how much of the available spectrum is being used.