contiki/apps/shell
2012-03-28 21:51:19 +02:00
..
gui-shell.c
Makefile.shell
shell-base64.c
shell-base64.h Broke out the base64 commands from the text module 2010-02-03 20:37:29 +00:00
shell-blink.c Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
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 added log output + minor fix 2009-10-27 10:46:24 +00:00
shell-checkpoint.h
shell-coffee.c
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
shell-crc.c
shell-crc.h
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 *-dsc.c files have been changed to remove forward reference for struct_icon variable, bacause it is strange that this variable is used wholly inside the C source file and declared extern for the forward reference. 2007-09-06 01:36:10 +00:00
shell-dsc.h
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
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
shell-memdebug.c
shell-memdebug.h
shell-netfile.c
shell-netfile.h
shell-netperf.c
shell-netperf.h
shell-netstat.c
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 Added a powertrace command as an interface to the powertrace app 2010-10-12 11:34:49 +00:00
shell-powertrace.h
shell-profile.c
shell-profile.h
shell-ps.c
shell-ps.h
shell-reboot.c
shell-reboot.h
shell-rime-debug-runicast.c
shell-rime-debug-runicast.h
shell-rime-debug.c
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
shell-rime-netcmd.c
shell-rime-netcmd.h
shell-rime-ping.c
shell-rime-ping.h
shell-rime-sendcmd.c
shell-rime-sendcmd.h two new shell commands: download and sendcmd 2009-04-16 14:33:47 +00:00
shell-rime-sniff.c
shell-rime-sniff.h
shell-rime-unicast.c
shell-rime-unicast.h
shell-rime.c
shell-rime.h
shell-rsh.c
shell-rsh.h
shell-run.c
shell-run.h Added a 'run' shell command similiar to the 'exec' command but using the high-level LOADER_LOAD() interface instead of the ELF-loader specific interface. 2008-02-08 12:49:54 +00:00
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
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 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
shell-text.h
shell-time.c
shell-time.h
shell-tweet.c
shell-tweet.h
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 Converted scope-local variables into function-local variables. 2011-04-12 14:12:09 +02:00
shell-vars.h
shell-wget.c
shell-wget.h
shell.c
shell.h Some Telnet server enhancements: 2011-04-16 21:10:22 +02:00