btest-opensource
btest-opensource copied to clipboard
Mikrotik btest (bandwith test) protocol description and opensource implementation
I'm running `btest -s` on the server, and `/tool bandwidth-test 192.0.2.1 protocol=tcp` on RouterOS 6.45.8. It connects successfully, in a packet trace I can see the client sending all the...
Hi, and thanks for taking the time to create this. Its saved me a bunch of time while working on some validation of a new homelab setup with a bunch...
Hi, this was a great contribution however I couldn't get it to work: 1) Installed on Ubuntu 20.04 using git clone https://github.com/samm-git/btest-opensource cd btest-opensource gcc -o btest *.c -lpthread 2)...
Please update readme.md with instructions how to install and run server and client
I am trying to test my LHG-LTE6 (RouterOS v6.46.4) against server build from latest sources (under Ubuntu 16.04.6 LTS with 'cc -o btest -pthread btest.c md5.c') Server says user@server:~/src/btest$ ./btest...
I see most commits are a very long time ago, did you ever get this finished? Did you get it working? Having a btest server running on a headless linux...