osd-contiki/apps/shell
2012-02-21 08:33:25 -05:00
..
gui-shell.c Some Telnet server enhancements: 2011-04-16 21:10:22 +02:00
Makefile.shell hex conversion and crc shell commands 2011-12-21 10:54:39 +01:00
shell-base64.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02: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
shell-coffee.h Added a separate file for CFS Coffee-specific commands 2008-07-03 17:56:17 +00:00
shell-collect-view.c
shell-collect-view.h
shell-crc.c
shell-crc.h hex conversion and crc shell commands 2011-12-21 10:54:39 +01:00
shell-download.c Made rimeaddr_t pointers const when they should be 2009-11-08 19:42:59 +00:00
shell-download.h
shell-dsc.c
shell-dsc.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
shell-exec.c bugfix: cfs_open must get aquire permissions 2009-03-26 12:22:52 +00:00
shell-exec.h
shell-file.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02: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
shell-irc.c
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
shell-netfile.h
shell-netperf.c
shell-netperf.h netperf: a new small shell command that measures the communication 2009-11-03 22:52:39 +00:00
shell-netstat.c
shell-netstat.h Added a 'netstat' command that (currently) shows active TCP connections 2009-05-10 21:02:24 +00:00
shell-ping.c
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
shell-power.h
shell-powertrace.c
shell-powertrace.h
shell-profile.c
shell-profile.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-ps.c Copy the string first, since shell_output_str() does not ensure constness of the first string 2011-08-31 22:03:31 +02:00
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
shell-rime-debug-runicast.h
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
shell-rime-neighbors.h
shell-rime-netcmd.c Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
shell-rime-netcmd.h Refactored netcmd command code that was broken out from shell-rime.c 2008-02-05 20:35:21 +00:00
shell-rime-ping.c
shell-rime-ping.h
shell-rime-sendcmd.c
shell-rime-sendcmd.h
shell-rime-sniff.c Updated to use new Rime sniffer API 2011-05-10 15:48:34 +02: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
shell-rime.c Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory. 2012-02-21 08:33:25 -05: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 Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02:00
shell-rsh.h
shell-run.c
shell-run.h
shell-sendtest.c
shell-sendtest.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-sensortweet.c
shell-sensortweet.h
shell-sky.c
shell-sky.h
shell-tcpsend.c Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory. 2012-02-21 08:33:25 -05:00
shell-tcpsend.h
shell-text.c
shell-text.h
shell-time.c
shell-time.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-tweet.c
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
shell-vars.c
shell-vars.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-wget.c
shell-wget.h
shell.c
shell.h