osd-contiki/apps
adamdunkels a26d87e09e Rewrite of the old Contiki shell. The new shell supports dynamic
insertion of new commands and command pipelining. There are also a
bunch of new commands for network access (using Rime): ping, data
collection, packet sniffing, sending shell commands across the
network, and testing the single-hop throughput to neighboring
nodes. Commands are also available for reading from and writing to
files, reading the sensors (on the Tmote Sky platform), and accessing
the power and energy consumption of the system. Dynamic loading of
programs across the network is also possible, although a little
untested at the moment.
2008-02-04 23:42:17 +00:00
..
about *-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
calc Removed compiler warnings. 2007-11-17 22:50:49 +00:00
cmdd Removed obsolete comment. 2007-11-30 11:14:05 +00:00
codeprop Padded struct codeprop_tcphdr to 4 bytes, to get around different 2007-03-18 13:15:00 +00:00
dhcp *-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
directory Have ctk (at least on conio) work correctly without menus. 2007-12-15 21:04:51 +00:00
email Removed compiler warnings. 2007-11-18 00:57:44 +00:00
ftp Made use of uip_ipaddr_to_quad(). 2008-01-04 23:28:33 +00:00
irc Removed (unnecessary) reference to the textedit widget header that was recently moved to the backyard. 2007-11-22 12:02:24 +00:00
netconf Applications have been modified to support !UIP_UDP and !CTK_CONF_WINDOWCLOSE. 2007-09-29 04:12:15 +00:00
process-list Removed the last change so that we can assume all global variables are zero-initialized. 2007-09-30 02:32:23 +00:00
program-handler Minimal reformatting. 2007-12-15 13:03:17 +00:00
shell Rewrite of the old Contiki shell. The new shell supports dynamic 2008-02-04 23:42:17 +00:00
telnet Do not depend on TELNET_CONF_WINDOW_HEIGHT being defined. 2007-11-17 22:27:09 +00:00
telnetd Minor formatting change. 2007-11-30 11:15:41 +00:00
vnc *-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
webbrowser Don't depend on program handler if building without wget support. 2007-12-15 21:56:23 +00:00
webserver Yet another PETSCII<->ASCII issue solved - this time it caused failure to send the right content type. 2007-12-09 23:35:03 +00:00