.. |
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
|
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
|
|
|
collect.c
|
If no neighbor is found, we listen for announcements. Cleaned up debug output.
|
2009-02-16 01:18:53 +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
|
Bugfix: backwards definition of MIN macro (quite embarassing)
|
2009-03-02 11:22:09 +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
|
Moved packet attributes specifications from rimebuf.h to the appropriate protocol header files
|
2009-01-15 22:15:51 +00:00 |
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 ETX should accumulate over retransmission timeouts;
|
2008-11-12 10:47:17 +00:00 |
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
|
Moved packet attributes specifications from rimebuf.h to the appropriate protocol header files
|
2009-01-15 22:15:51 +00:00 |
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
|
Bugfix: backwards definition of MIN macro (quite embarassing)
|
2009-03-02 11:22:09 +00:00 |
polite.h
|
Added Doxygen documentation
|
2009-02-07 16:15:37 +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
|
|
|
rime.c
|
Made polite announcement times configurable, added missing right-brace
|
2009-03-01 10:43:57 +00:00 |
rimeaddr.c
|
Rewrote the rimeaddr_copy() loop to use the ->u8 field instead of the ->u16 field (which now finally is removed)
|
2008-11-30 18:26:57 +00:00 |
rimeaddr.h
|
Removed the unused ->u16 field (it was there only as a convenience/laziness access method during the initial development of the Rime stack, but has caused problems when being there)
|
2008-11-30 18:26:06 +00:00 |
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
|
Moved packet attributes specifications from rimebuf.h to the appropriate protocol header files
|
2009-01-15 22:15:51 +00:00 |
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
|
|
|
rudolph0.h
|
|
|
rudolph1.c
|
|
|
rudolph1.h
|
|
|
rudolph2.c
|
Remove unguarded printf()
|
2008-11-09 12:16:05 +00:00 |
rudolph2.h
|
|
|
runicast.c
|
remembering last received packet id to avoid multiple recv callbacks for the same retransmitted packet (but still sending back acks of course)
|
2009-02-17 12:40:18 +00:00 |
runicast.h
|
remembering last received packet id to avoid multiple recv callbacks for the same retransmitted packet (but still sending back acks of course)
|
2009-02-17 12:40:18 +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
|
|
|
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
|
|
|