tor_multipath_voip/scripts/witness2-client

6 lines
265 B
Plaintext
Raw Normal View History

2019-05-09 12:20:47 +00:00
#!/bin/bash
2019-05-15 09:23:42 +00:00
mkdir -p $4/{res,log}
2019-05-09 12:20:47 +00:00
measlat -h fbx-rennes2.machine.deuxfleurs.fr -p 9000 > /dev/null 2>&1 # Used to wait for connections
2019-05-15 09:23:42 +00:00
measlat -h fbx-rennes2.machine.deuxfleurs.fr -p 9000 -c $1 -i $2 -s $3 > $4/res/witness2.csv 2> $4/log/client-measlat-stderr.log
2019-05-09 12:20:47 +00:00