tor_multipath_voip/scripts/orig-client
2019-05-21 16:41:03 +02:00

6 lines
260 B
Bash
Executable file

#!/bin/bash
mkdir -p $4/{log,shared,res}
HS="`cat ./shared/onion_services.pub | head -n1`.onion"
measlat -h $HS -p 7500 -t tor # Used to wait for connections
measlat -h $HS -p 7500 -t tor -c $1 -i $2 -s $3 > $4/res/orig.csv 2> $4/log/client-measlat-stderr.log