osd-contiki/core/net/rime
2009-03-04 08:59:32 +00:00
..
abc.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
abc.h
announcement.c
announcement.h Minor documentation update 2009-03-02 21:56:16 +00:00
broadcast.c
broadcast.h
chameleon-bitopt.c Bugfix: the Chameleon header parser modules should not clear the packet attributes, because the MAC or radio layers may have added attributes already 2009-02-10 23:49:58 +00:00
chameleon-bitopt.h
chameleon-raw.c Bugfix: the Chameleon header parser modules should not clear the packet attributes, because the MAC or radio layers may have added attributes already 2009-02-10 23:49:58 +00:00
chameleon-raw.h
chameleon.c
chameleon.h
channel.c
channel.h This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
collect.c bugfix: put up busy forwarding flag only after next hop found 2009-03-04 08:59:32 +00:00
collect.h
ctimer.c
ctimer.h
ipolite.c Bugfix: backwards definition of MIN macro (quite embarassing) 2009-03-02 11:22:09 +00:00
ipolite.h
Makefile.rime
mesh.c
mesh.h
multihop.c
multihop.h
neighbor-discovery.c Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +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.h
netflood.c Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +00:00
netflood.h
polite-announcement.c
polite-announcement.h
polite.c Bugfix: backwards definition of MIN macro (quite embarassing) 2009-03-02 11:22:09 +00:00
polite.h
queuebuf.c
queuebuf.h
rime.c Made polite announcement times configurable, added missing right-brace 2009-03-01 10:43:57 +00:00
rimeaddr.c
rimeaddr.h
rimebuf.c Added packet attributes for energy spent on a packet (RIMEBUF_ATTR_LISTEN_ENERGY and RIMEBUF_ATTR_TRANSMIT_ENERGY) 2009-02-10 23:51:12 +00:00
rimebuf.h Changed listen and transmit energy attributes so that they are named _TIME rather than _ENERGY, to indicate that they contain the time during which the radio was switched on and not the energy 2009-03-02 22:00:41 +00:00
rimestats.c
rimestats.h
rmh.c Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
rmh.h
route-discovery.c bugfix: stopping timeout timer when we receive route reply (still limited to only one active discovery) 2009-01-21 14:29:24 +00:00
route-discovery.h
route.c
route.h
rucb.c
rucb.h
rudolph0.c Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
rudolph0.h
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c bugfix: remember active transmissions (sender side) instead of last received packets (receiving side). allows several nodes sending to a single receiver. 2009-03-03 12:19:46 +00:00
runicast.h bugfix: remember active transmissions (sender side) instead of last received packets (receiving side). allows several nodes sending to a single receiver. 2009-03-03 12:19:46 +00:00
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c Compile only if timesynch is enabled 2009-02-20 21:23:22 +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 Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +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 Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
unicast.h