a26d87e09e
insertion of new commands and command pipelining. There are also a bunch of new commands for network access (using Rime): ping, data collection, packet sniffing, sending shell commands across the network, and testing the single-hop throughput to neighboring nodes. Commands are also available for reading from and writing to files, reading the sensors (on the Tmote Sky platform), and accessing the power and energy consumption of the system. Dynamic loading of programs across the network is also possible, although a little untested at the moment.
8 lines
347 B
Makefile
8 lines
347 B
Makefile
shell_src = shell.c serial-shell.c shell-reboot.c \
|
|
shell-vars.c shell-ps.c shell-rime.c shell-sendtest.c \
|
|
shell-blink.c shell-text.c shell-time.c \
|
|
shell-file.c shell-netfile.c shell-exec.c \
|
|
shell-rime-ping.c shell-rime-sniff.c \
|
|
shell-sky.c #shell-rsh.c
|
|
shell_dsc = shell-dsc.c
|