osd-contiki/apps/shell
2012-03-28 21:51:19 +02: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
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 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-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
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
shell-exec.h Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
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 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 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 Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
shell-netperf.c Fixed bugs in the types to the printf arguments 2011-03-02 15:49:04 +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
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 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 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
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 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 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
shell-rime-debug-runicast.c
shell-rime-debug-runicast.h
shell-rime-debug.c
shell-rime-debug.h Separated the 'debug' commands (unicast and broadcast) from shell-rime into a separate shell-rime-debug 2008-07-04 08:23:00 +00:00
shell-rime-neighbors.c
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
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 two new shell commands: download and sendcmd 2009-04-16 14:33:47 +00:00
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 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 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 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 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 A shell command for posting a #sensortweet message to Twitter 2009-05-11 17:11:37 +00:00
shell-sky.c Removed obsolete mac pointer 2012-03-28 21:51:19 +02:00
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 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
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 Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
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