nes-proj/apps/shell
joxe 92f8ac6a2b added webserver-nogui.c to webserver sources 2009-06-23 21:06:34 +00:00
..
Makefile.shell added webserver-nogui.c to webserver sources 2009-06-23 21:06:34 +00:00
gui-shell.c Include wget shell command in "standard" shell environments. 2008-11-10 22:10:32 +00:00
shell-blink.c
shell-blink.h
shell-checkpoint.c added experimental checkpointing functionality: 2009-02-04 17:49:15 +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-download.c fixed compiler warnings (as suggested by Niclas Finne) 2009-04-20 13:18:07 +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 the third read parameter must be checked for existence. 2009-05-12 14:22: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 Added an irc shell command that runs an IRC client from the shell. 2008-11-28 00:16:15 +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-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-netstat.c Added a 'netstat' command that (currently) shows active TCP connections 2009-05-10 21:02:24 +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 Fixed IPv6 compilation problems 2009-03-07 09:32:41 +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-profile.c
shell-profile.h
shell-ps.c
shell-ps.h
shell-reboot.c
shell-reboot.h
shell-rime-debug.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-debug.h
shell-rime-neighbors.c 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-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 Avoid alignment problems by copying the crc from the header field into a local variable 2009-04-06 23:29:31 +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 two new shell commands: download and sendcmd 2009-04-16 14:33:47 +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 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-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 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.h Added new shell commands 2009-05-10 21:05:06 +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 Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
shell-sendtest.h
shell-sensortweet.c A shell command for posting a #sensortweet message to Twitter 2009-05-11 17:11:37 +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 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-sky.h
shell-tcpsend.c Fix types to make cc65 happy 2009-03-17 21:49:44 +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 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.h
shell-time.c Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +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 Fixed compilation problems, added new commands to shell.h 2009-03-06 07:23:08 +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 wget command for downloading files over HTTP 2008-11-09 12:36:23 +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 New Twitter tweet commands added 2009-05-11 17:11:56 +00:00