nes-proj/platform/netsim
Fredrik Osterlind dd7cec737d removed obsolete leds_[color]() functions, replaced by leds_{on,off}()
allow LEDS_[COLOR] to be configured by platform-conf
2011-03-03 17:48:32 +01:00
..
dev Updated to new sensors API 2010-02-23 18:43:43 +00:00
net Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific 2010-06-14 19:19:16 +00:00
Makefile.netsim Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy 2009-03-17 15:56:32 +00:00
contiki-conf.h Updated to new MAC api 2010-02-18 23:10:06 +00:00
contiki-esb.h
contiki-main.c removed obsolete leds_[color]() functions, replaced by leds_{on,off}() 2011-03-03 17:48:32 +01:00
contiki-main.h
display.c Updated netsim to new netstack API 2010-02-23 18:44:08 +00:00
display.h Added display of radio status: a green ring appears around nodes with their radio turned on. Added a command that prints out a .fig file that shows the current network setup (press the 'd' key). 2008-05-14 19:22:57 +00:00
ether.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
ether.h Added display of radio status: a green ring appears around nodes with their radio turned on. Added a command that prints out a .fig file that shows the current network setup (press the 'd' key). 2008-05-14 19:22:57 +00:00
init.c
init.h Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
loader-arch.h
main.c Use the uip-over-mesh network gateway functionality 2008-11-09 12:30:32 +00:00
netsim-init.c
node-id.h
node.c Made netsim gateway ip addr on Windows/Cygwin configurable at the command line. 2008-01-04 23:23:29 +00:00
node.h
nodes.c Added display of radio status: a green ring appears around nodes with their radio turned on. Added a command that prints out a .fig file that shows the current network setup (press the 'd' key). 2008-05-14 19:22:57 +00:00
nodes.h Added display of radio status: a green ring appears around nodes with their radio turned on. Added a command that prints out a .fig file that shows the current network setup (press the 'd' key). 2008-05-14 19:22:57 +00:00
random.c Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
random.h
sensor.c
sensor.h
symbols.c