..
gui-shell.c
Include wget shell command in "standard" shell environments.
2008-11-10 22:10:32 +00:00
Makefile.shell
examples/sky-shell now runs out-of-the-box on Z1
2011-03-01 19:42:23 +01:00
shell-base64.c
Broke out the base64 commands from the text module
2010-02-03 20:37:29 +00:00
shell-base64.h
Broke out the base64 commands from the text module
2010-02-03 20:37:29 +00:00
shell-blink.c
shell-blink.h
shell-checkpoint.c
added log output + minor fix
2009-10-27 10:46:24 +00:00
shell-checkpoint.h
added experimental checkpointing functionality:
2009-02-04 17:49:15 +00:00
shell-coffee.c
adjusted shell for the generic remove command.
2008-11-24 15:18:27 +00:00
shell-coffee.h
shell-collect-view.c
The collect view functions now take the node's routing metric, not the parent's routing metric.
2010-10-24 21:04:39 +00:00
shell-collect-view.h
Broke out shell code from the collect-view app to make it useful for non-shell apps too. Added a shell app for interacting with collect-view. Broke out handling of parent, rtmetric, etx, and num_neighbors to make collect-view independent of rime collect.
2010-10-20 15:21:43 +00:00
shell-download.c
Made rimeaddr_t pointers const when they should be
2009-11-08 19:42:59 +00:00
shell-download.h
two new shell commands: download and sendcmd
2009-04-16 14:33:47 +00:00
shell-dsc.c
shell-dsc.h
shell-exec.c
bugfix: cfs_open must get aquire permissions
2009-03-26 12:22:52 +00:00
shell-exec.h
shell-file.c
Report an error if cfs_write failed.
2010-04-12 13:21:58 +00:00
shell-file.h
shell-httpd.c
Added httpd command that sets up a local web server, reading files from the CFS file system
2008-11-09 12:37:26 +00:00
shell-httpd.h
Added httpd command that sets up a local web server, reading files from the CFS file system
2008-11-09 12:37:26 +00:00
shell-irc.c
Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6
2010-05-31 15:22:08 +00:00
shell-irc.h
Added an irc shell command that runs an IRC client from the shell.
2008-11-28 00:16:15 +00:00
shell-memdebug.c
Two 'peek' and 'poke' commands for reading and writing directly to memory
2010-02-02 15:28:52 +00:00
shell-memdebug.h
Two 'peek' and 'poke' commands for reading and writing directly to memory
2010-02-02 15:28:52 +00:00
shell-netfile.c
switched all users of cfs_seek(x,y) to cfs_seek(x,y,CFS_SEEK_SET)
2009-02-27 14:28:02 +00:00
shell-netfile.h
shell-netperf.c
Set default number of retries to 8 to make the netperf command more robust
2011-02-07 17:34:39 +01:00
shell-netperf.h
netperf: a new small shell command that measures the communication
2009-11-03 22:52:39 +00:00
shell-netstat.c
A simple but substantial change: uIP used the htons()/HTONS() macro
2010-10-19 18:29:03 +00:00
shell-netstat.h
Added a 'netstat' command that (currently) shows active TCP connections
2009-05-10 21:02:24 +00:00
shell-ping.c
Removed void * operations
2011-01-12 22:58:33 +00:00
shell-ping.h
Added three commands for IP interaction in the shell: ping (sends ICMP ping messages), tcpsend (sets up TCP connections for sending and receiving data), and udpsend (sends and receives UDP packets)
2009-03-06 00:29:33 +00:00
shell-power.c
Refactored the power commands out from the sky-specific shell commands into its own module. Also added compower idle consumption in the energy and power reports.
2009-03-05 21:12:02 +00:00
shell-power.h
Refactored the power commands out from the sky-specific shell commands into its own module. Also added compower idle consumption in the energy and power reports.
2009-03-05 21:12:02 +00:00
shell-powertrace.c
Added a powertrace command as an interface to the powertrace app
2010-10-12 11:34:49 +00:00
shell-powertrace.h
Added a powertrace command as an interface to the powertrace app
2010-10-12 11:34:49 +00:00
shell-profile.c
shell-profile.h
shell-ps.c
shell-ps.h
shell-reboot.c
Explicitly turn LEDs off if the command is interrupted
2011-02-10 22:43:18 +01:00
shell-reboot.h
shell-rime-debug-runicast.c
Remove old neighbor.h inclusion
2010-03-19 13:20:40 +00:00
shell-rime-debug-runicast.h
Added a debug command for testing reliable unicast (runicast) communication
2010-01-31 19:35:12 +00:00
shell-rime-debug.c
Remove old neighbor.h inclusion
2010-03-19 13:20:40 +00:00
shell-rime-debug.h
shell-rime-neighbors.c
Updated to new announcement API
2010-03-25 08:55:20 +00:00
shell-rime-neighbors.h
Broke out the 'neighbor' command functionality from the shell-rime.c file; reimplemented it to use the announcemnet primitive instead
2009-05-10 21:04:06 +00:00
shell-rime-netcmd.c
Remove old neighbor.h inclusion
2010-03-19 13:20:40 +00:00
shell-rime-netcmd.h
shell-rime-ping.c
Fixed alignment problem on the MSP430, where the ping message may be misaligned
2009-03-31 17:39:36 +00:00
shell-rime-ping.h
shell-rime-sendcmd.c
Made rimeaddr_t pointers const when they should be
2009-11-08 19:42:59 +00:00
shell-rime-sendcmd.h
two new shell commands: download and sendcmd
2009-04-16 14:33:47 +00:00
shell-rime-sniff.c
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
2009-03-12 21:58:20 +00:00
shell-rime-sniff.h
shell-rime-unicast.c
Remove old neighbor.h inclusion
2010-03-19 13:20:40 +00:00
shell-rime-unicast.h
Added two commands: unicast-send and unicast-recv that can be used to send unicast data
2009-05-10 21:04:40 +00:00
shell-rime.c
Increased the default number of retransmissions for the send command
2010-10-12 11:36:42 +00:00
shell-rime.h
Added the number of hop-by-hop retransmissions to the 'send' command
2010-09-13 13:29:29 +00:00
shell-rsh.c
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
2009-03-12 21:58:20 +00:00
shell-rsh.h
shell-run.c
shell-run.h
shell-sendtest.c
Printout power data as well
2009-11-03 10:04:23 +00:00
shell-sendtest.h
shell-sensortweet.c
Fixed compiler warnings
2009-09-09 21:06:51 +00:00
shell-sensortweet.h
A shell command for posting a #sensortweet message to Twitter
2009-05-11 17:11:37 +00:00
shell-sky.c
Bugfix: rfchannel did not print out over the correct command structure
2010-10-12 11:34:08 +00:00
shell-sky.h
shell-tcpsend.c
Updated API for uiplib and resolv to use uip_ipaddr_t instead of uint16_t for compability with IPv6
2010-05-31 15:22:08 +00:00
shell-tcpsend.h
Added three commands for IP interaction in the shell: ping (sends ICMP ping messages), tcpsend (sets up TCP connections for sending and receiving data), and udpsend (sends and receives UDP packets)
2009-03-06 00:29:33 +00:00
shell-text.c
Fixed alignment issue
2010-09-13 13:29:47 +00:00
shell-text.h
Broke out the base64 commands from the text module
2010-02-03 20:37:29 +00:00
shell-time.c
Rewrote part of the repeat command to make the repeat cycle deterministic
2010-10-20 15:18:49 +00:00
shell-time.h
shell-tweet.c
A shell command for posting arbitrary messages to Twitter
2009-05-11 17:10:55 +00:00
shell-tweet.h
A shell command for posting arbitrary messages to Twitter
2009-05-11 17:10:55 +00:00
shell-udpsend.c
A simple but substantial change: uIP used the htons()/HTONS() macro
2010-10-19 18:29:03 +00:00
shell-udpsend.h
Added three commands for IP interaction in the shell: ping (sends ICMP ping messages), tcpsend (sets up TCP connections for sending and receiving data), and udpsend (sends and receives UDP packets)
2009-03-06 00:29:33 +00:00
shell-vars.c
shell-vars.h
shell-wget.c
Added support for IPv6 URLs
2010-06-09 08:36:43 +00:00
shell-wget.h
Added wget command for downloading files over HTTP
2008-11-09 12:36:23 +00:00
shell.c
Added documentation for the shell functions
2009-03-02 20:44:15 +00:00
shell.h
Broke out shell code from the collect-view app to make it useful for non-shell apps too. Added a shell app for interacting with collect-view. Broke out handling of parent, rtmetric, etx, and num_neighbors to make collect-view independent of rime collect.
2010-10-20 15:21:43 +00:00