mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 11:50:36 +02:00
Merge branch 'master' of projects.qi-hardware.com:ben-wpan
This commit is contained in:
commit
9b99628aff
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
CH_FIRST=11
|
CH_FIRST=11
|
||||||
CH_LAST=26
|
CH_LAST=26
|
||||||
RUNS=10
|
RUNS=${1:-10}
|
||||||
|
|
||||||
m10=0123456789
|
m10=0123456789
|
||||||
m20=$m10$m10
|
m20=$m10$m10
|
||||||
@ -23,7 +23,8 @@ while [ $run -lt $RUNS ]; do
|
|||||||
mhz $c | tr '\n' ' ' >>out
|
mhz $c | tr '\n' ' ' >>out
|
||||||
( ssh ben ./atspi-txrx -c $c -p 4 $MSG 1500; echo DONE 1>&2; ) &
|
( ssh ben ./atspi-txrx -c $c -p 4 $MSG 1500; echo DONE 1>&2; ) &
|
||||||
sleep 3
|
sleep 3
|
||||||
usrp2_rx_cfile.py -d 4 -f `mhz $c`M -g 40 -N 100M tmp
|
( ulimit -t 60;
|
||||||
|
usrp2_rx_cfile.py -d 4 -f `mhz $c`M -g 40 -N 100M tmp; )
|
||||||
sync
|
sync
|
||||||
./p <tmp >>out
|
./p <tmp >>out
|
||||||
rm -f tmp
|
rm -f tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user