X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/46501dba4480f0dbb96b994246442c11fdd6e58e..4bcafe205c56626b3d549b39d24ff4f033563d84:/gw-tests/filter.sh diff --git a/gw-tests/filter.sh b/gw-tests/filter.sh index 183ab1b..91743c9 100755 --- a/gw-tests/filter.sh +++ b/gw-tests/filter.sh @@ -7,13 +7,13 @@ ids="0 $(seq 255 256 2047)" main() { sshgw 'for i in `seq 0 2047`; do cangw -A -s can0 -d can1 -f $(printf %x $i):7ff; done' for i in $ids; do - latester -d can0 -d can1 -d can2 -o -c $COUNT -i $i -h hist-$i.dat -f time-$i.dat + latester -d can0 -d can1 -d can2 -c $COUNT -i $i $(traffic_and_length 2) -h hist-$i.dat -f time-$i.dat done } plot_cmds() { cat <