Set the default packet rate to one packet per minute. Set the default number of hop-by-hop retransmissions to 15.
This commit is contained in:
parent
7ffa792a26
commit
11d5a3eb28
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
echo ~K
|
||||
echo killall
|
||||
sleep 2
|
||||
echo time %TIME% | null
|
||||
sleep 2
|
||||
echo netcmd { repeat 0 20 { randwait 20 sky-alldata | blink | send } }
|
||||
sleep 2
|
||||
echo mac 0
|
||||
sleep 2
|
||||
echo time %TIME% | null
|
||||
sleep 2
|
||||
echo collect | timestamp | blink | binprint &
|
||||
sleep 2
|
||||
echo netcmd { repeat 0 60 { randwait 2 sky-alldata | blink | send 15 } }
|
||||
|
|
Loading…
Reference in a new issue