.. |
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
|
|
|
shell-checkpoint.c
|
|
|
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
|
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
|
|
|
shell-dsc.c
|
|
|
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
|
|
|
shell-irc.c
|
|
|
shell-irc.h
|
|
|
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
|
Added a powertrace command as an interface to the powertrace app
|
2010-10-12 11:34:49 +00:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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
|
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
|
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
|
Bugfix: rfchannel did not print out over the correct command structure
|
2010-10-12 11:34:08 +00:00 |
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
|
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
|
|
|
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
|
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
|
|
|
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 |