osd-contiki/core/net/rime
2008-11-17 22:52:10 +00:00
..
abc.c
abc.h This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
broadcast.c Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h Added CC_CONST_FUNCTION as a work-around to the sdcc const function pointer bug 2008-07-03 07:38:52 +00:00
chameleon-raw.c
chameleon-raw.h
chameleon.c Set the channel as a packet attribute 2008-08-15 18:59:22 +00:00
chameleon.h
channel.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
channel.h
collect.c Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
collect.h
ctimer.c added fix to enable start of ctimers before etimer process has started 2007-11-13 15:13:03 +00:00
ctimer.h
ipolite.c Bugfix: check should cover min(hdrsize, datalen), not max 2008-07-07 23:27:05 +00:00
ipolite.h Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
Makefile.rime Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
mesh.c Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
mesh.h Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
multihop.c Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
multihop.h Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
neighbor-discovery.c Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
neighbor-discovery.h Fixed a bunch of bugs in the collection neighbor announcement/discovery code: neighbor announcments were not repeated unless there was a change in the ETX val. Neighbor announcements happened to often when there were changes in the ETX. 2008-08-15 19:00:38 +00:00
neighbor.c Neighbor ETX should accumulate over retransmission timeouts; 2008-11-12 10:47:17 +00:00
neighbor.h
netflood.c Renamed Rime nf module to netflood 2008-07-03 22:25:22 +00:00
netflood.h
polite.c Bugfix: check should cover min(hdrsize, datalen), not max 2008-07-07 23:27:05 +00:00
polite.h Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:05:27 +00:00
queuebuf.c Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
queuebuf.h Documentation updates 2007-03-31 18:31:27 +00:00
rime.c
rimeaddr.c Main uIPv6 files addition 2008-10-14 09:40:56 +00:00
rimeaddr.h
rimebuf.c
rimebuf.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
route-discovery.h
route.c Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:05:27 +00:00
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:05:27 +00:00
rudolph2.c Remove unguarded printf() 2008-11-09 12:16:05 +00:00
rudolph2.h
runicast.c Only send ACK if it was possible to allocate a queuebuf to hold the data packet. 2008-07-07 23:27:57 +00:00
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c Changed name of the simple-cc2420 module to cc2420: changed all function names and variable names from simple_cc2420_* to cc2420_*. 2008-07-02 09:05:40 +00:00
timesynch.h Changed filename of the CC2420 driver from simple-cc2420 to cc2420. 2008-07-01 21:02:51 +00:00
trickle.c Replaced NETSIM macro with general (and now actually working) solution in Makefile.include. 2008-11-17 22:52:10 +00:00
trickle.h Rewrote the trickle code to run directly over the broadcast primitive: the previous implementation did not work as expected, because packets were not supressed correctly by the previous underlying netflood primitive 2008-07-07 23:29:30 +00:00
unicast.c
unicast.h