contiki/core/net/rime
adamdunkels 585620c102 Reverted the recent change from random_rand() to rand(). It turned out that
since libc rand() returns a signed int, there were frequently problems with
timer values wrapping. By reverting to random_rand(), we can provide a
random generator that returns an unsigned and the timer problems are solved.
2009-02-11 11:08:53 +00:00
..
abc.c
abc.h
announcement.c A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +00:00
announcement.h A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +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
collect.c Reduced the size of the packet cache from four to two to avoid falseley dismissing fresh packets (the header field that hold sequence numbers is only two bits wide, hence all sequence numbers fits in a four-entry cache...) 2009-02-10 00:44:50 +00:00
collect.h Rewrote the collect module so that it uses the announcement module rather than the neighbor-discovery module. This makes it possible to implement other annoumcement back-ends than the traditional broadcast-based neighbor discovery 2009-02-09 20:58:25 +00:00
ctimer.c
ctimer.h
ipolite.c Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +00:00
ipolite.h Added Doxygen documentation 2009-02-07 16:15:37 +00:00
Makefile.rime A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +00:00
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
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 A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +00:00
polite-announcement.h A new experimental network primitive called an 'announcement'. An 2009-02-05 19:32:01 +00:00
polite.c Reverted the recent change from random_rand() to rand(). It turned out that 2009-02-11 11:08:53 +00:00
polite.h Added Doxygen documentation 2009-02-07 16:15:37 +00:00
queuebuf.c
queuebuf.h
rime.c Added default initialization of polite announcements. Not sure where the best place for this is, but this at least allow us to start experimenting with this. 2009-02-09 22:05:33 +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 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
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h
route.c
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
timesynch.h
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
unicast.c
unicast.h