Purpose: To test the Mesh Rider radio’s baseline performance in a controlled environment, assessing sensitivity, connectivity, and link stability without interference from environmental factors.
iperf3 for throughput testingping for latency assessmentFor the OEM, Mini-OEM, and Nano-OEM form factors, we recommend designing a simple housing for the radios for field and even bench usage. The housing will make it easier to connect your PC or Smart Device, and hook up antennas, without the risk of damaging the radios (e.g. ESD, or mechanical damage). An example of how you could design a simple box is shown in Fig. 1.
When designing your box,
iperf3:iperf3 server on one computer connected to a radio.iperf3 -c <server IP> -t 10 -i 1 to measure maximum throughput over a 10-second interval.iperf3 -c <server IP> -u -b 5M -t 60 -i 1.Latency Testing with ping:
Execute ping <IP address> -i 0.2 -s 250 -Q 0xC0 to set up a high-priority DSCP flag for low-latency packet transfer.
iw wlan${PHY} station dump to check RSSI values. Values above -70 dBm are ideal.cat /proc/loadavg for CPU load and sysutils activity for network airtime usage.ubus listen linkstate
The Link Status Log utility is designed to log the radio's link status over time. Aside from downloading the logs, you can also get the latest status from any particular node.
The Link Log utility allows users to monitor and analyze mesh radio link performance over time. Introduced in the October 2022 firmware release, it is available in the latest GUI under Utilities → Link Status Log. To enable logging, toggle the Enable Link Status Log switch. Once activated, the system begins recording detailed link performance metrics, which are stored locally on the device. These logs can be downloaded directly from the GUI by clicking the Download button. The interface also displays the log duration, total size, and last update information when available. Alternatively, the logs can be accessed via the file path /tmp/longtermlog. This utility is useful for evaluating network connectivity, signal strength, and link quality during testing or deployment.
Note: The Link Status Log, by default, is not persistent. The archive must be downloaded before power cycling the radio.
For more detailed information, visit our Link Status Log Guide