crusader
crusader copied to clipboard
A network bandwidth and latency tester.
Crusader Network Tester
Setup
Run cargo build --release in the src folder to build the executables which are placed in src/target/release.
Command line usage
To host a server run:
crusader serve
It uses TCP and UDP port 35481.
To do a test run:
crusader test <server-host>
This produces an plot image like:

Graphical interface
There is also a binary with a graphical interface allowing you to use a client, a server and interact with results.