tree: c1582f0e5ae783eb0f515410324db184d527dd55 [path history] [tgz]
  1. README.md
  2. udp_test_client.py
  3. udp_test_host.py
udp_test/README.md

UDP Test Tool

The UDP Test tool is a connection testing tool that is similar to iperf. This tool has been created partially due to limitations in iperf. This tool is designed to test downstream throughput and measures the speed of a connection by sending UDP traffic very quickly to a downstream client and measuring the packet loss and adjusting the send rate accordingly.

There are currently some issues with the UDP Test tool. Right now, it is not able to show similar rates as iperf (using tcp). UDP should be faster than TCP and so presumably the transmit rates of the tool should be higher. Because of this it seems that the UDP Test tool is not impacted significantly by interference. A good alternative is to use iperf with the -i and -t options.