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
shell-blink.c
shell-blink.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-checkpoint.c
shell-checkpoint.h
shell-coffee.c adjusted shell for the generic remove command. 2008-11-24 15:18:27 +00:00
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 hex conversion and crc shell commands 2011-12-21 10:54:39 +01:00
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 two new shell commands: download and sendcmd 2009-04-16 14:33:47 +00:00
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
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 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
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
shell-memdebug.h
shell-netfile.c
shell-netfile.h
shell-netperf.c Fixed bugs in the types to the printf arguments 2011-03-02 15:49:04 +01:00
shell-netperf.h
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
shell-ping.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-ping.h
shell-power.c
shell-power.h
shell-powertrace.c
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 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 Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-reboot.c
shell-reboot.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-rime-debug-runicast.c
shell-rime-debug-runicast.h
shell-rime-debug.c
shell-rime-debug.h
shell-rime-neighbors.c
shell-rime-neighbors.h
shell-rime-netcmd.c
shell-rime-netcmd.h
shell-rime-ping.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-ping.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
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
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
shell-rsh.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02:00
shell-rsh.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-run.c
shell-run.h
shell-sendtest.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02:00
shell-sendtest.h
shell-sensortweet.c Fixed compiler warnings 2009-09-09 21:06:51 +00:00
shell-sensortweet.h
shell-sky.c
shell-sky.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
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 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 no newline added by echo command 2011-12-21 10:51:23 +01:00
shell-text.h
shell-time.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02: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
shell-udpsend.c
shell-udpsend.h
shell-vars.c Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02:00
shell-vars.h
shell-wget.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-wget.h Added wget command for downloading files over HTTP 2008-11-09 12:36:23 +00:00
shell.c Minor beautification / optmization of prompt / banner custimization. 2011-05-21 20:52:00 +02:00
shell.h Some Telnet server enhancements: 2011-04-16 21:10:22 +02:00