Java interface using the shell to collect and visualize sensor values from Sky nodes
This commit is contained in:
parent
5da504dcc7
commit
0fa1ae0fce
15 changed files with 3135 additions and 0 deletions
10
examples/sky-shell/collect-init.script
Normal file
10
examples/sky-shell/collect-init.script
Normal file
|
@ -0,0 +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 collect | timestamp | blink | binprint &
|
Loading…
Add table
Add a link
Reference in a new issue