.. |
abc.c
|
Added the MAC layer callback functionality so that the Rime network layer gets information from the MAC about the status of sent packets: were they successfully transmitted, or was there a collisions? How many retries were there?
|
2010-02-23 18:38:05 +00:00 |
abc.h
|
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 |
announcement.c
|
Use the list_item_next() API
|
2010-06-15 19:22:25 +00:00 |
announcement.h
|
|
|
broadcast-announcement.c
|
Do not reduce transmission interval, unless explicitly told so with the bump flag
|
2010-10-11 23:43:01 +00:00 |
broadcast-announcement.h
|
Added a function for obtaining beacon intervals
|
2010-10-11 23:44:24 +00:00 |
broadcast.c
|
|
|
broadcast.h
|
|
|
chameleon-bitopt.c
|
* Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE)
|
2010-05-28 06:18:39 +00:00 |
chameleon-bitopt.h
|
|
|
chameleon-raw.c
|
* Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE)
|
2010-05-28 06:18:39 +00:00 |
chameleon-raw.h
|
|
|
chameleon.c
|
* Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE)
|
2010-05-28 06:18:39 +00:00 |
chameleon.h
|
* Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE)
|
2010-05-28 06:18:39 +00:00 |
channel.c
|
Use the list_item_next() API
|
2010-06-15 19:22:25 +00:00 |
channel.h
|
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 |
collect-link-estimate.c
|
Several compiler warning fixes:
|
2011-02-20 19:28:14 -05:00 |
collect-link-estimate.h
|
Replaced default link estimator with an exponential weighted moving average, which reduces memory consumption per neighbor.
|
2011-01-09 21:14:22 +00:00 |
collect-neighbor.c
|
Safeguard against NULL arguments
|
2011-01-10 15:08:52 +00:00 |
collect-neighbor.h
|
Added a lifetime for link estimates: if they are too old, they are
|
2010-10-11 23:38:46 +00:00 |
collect.c
|
collect_send() should return 0 if the packet could not be enqueued to be sent
|
2011-06-07 19:45:41 +02:00 |
collect.h
|
Increased the max ETX to allow for longer paths even with the initial conservative ETX estimate; made collect use announcements by default
|
2011-01-09 23:48:33 +00:00 |
ipolite.c
|
|
|
ipolite.h
|
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.rime
|
Rewrite of important parts of the Collect logic: link estimation
|
2010-09-08 19:21:45 +00:00 |
mesh.c
|
Improved multihop/mesh route discovery.
|
2011-09-05 21:27:38 +02:00 |
mesh.h
|
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 |
multihop.c
|
Removed const qualifier to conform with the rest of the Rime interface.
|
2011-09-05 22:05:41 +02:00 |
multihop.h
|
Removed const qualifier to conform with the rest of the Rime interface.
|
2011-09-05 22:05:41 +02:00 |
neighbor-discovery.c
|
|
|
neighbor-discovery.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
netflood.c
|
|
|
netflood.h
|
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 |
polite-announcement.c
|
added missing include
|
2010-06-16 10:10:10 +00:00 |
polite-announcement.h
|
|
|
polite.c
|
|
|
polite.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
rime-udp.c
|
A simple but substantial change: uIP used the htons()/HTONS() macro
|
2010-10-19 18:29:03 +00:00 |
rime-udp.h
|
A work-in-progress rework of the Contiki MAC and radio layers. The
|
2010-02-18 21:48:39 +00:00 |
rime.c
|
Rime sniffers must be called for all transmissions, even if they failed, to get energy attribution right. This means that rime output sniffers now also must take the MAC transmission status as an argument.
|
2011-05-02 15:06:34 +02:00 |
rimeaddr.c
|
|
|
rimeaddr.h
|
|
|
rimestats.c
|
|
|
rimestats.h
|
|
|
rmh.c
|
|
|
rmh.h
|
|
|
route-discovery.c
|
Bugfix: copy the originator address from the packetbuf into a local variable to avoid it being overwritten
|
2010-01-27 08:12:56 +00:00 |
route-discovery.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
route.c
|
Use the list_item_next() API
|
2010-06-15 19:22:25 +00:00 |
route.h
|
|
|
rucb.c
|
|
|
rucb.h
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
rudolph0.c
|
|
|
rudolph0.h
|
|
|
rudolph1.c
|
|
|
rudolph1.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
rudolph2.c
|
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
|
2009-03-12 21:58:20 +00:00 |
rudolph2.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
runicast.c
|
fixed excessive retransmissions of junk packets after runicast timeout
|
2011-04-27 19:12:46 +02:00 |
runicast.h
|
|
|
stbroadcast.c
|
|
|
stbroadcast.h
|
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 |
stunicast.c
|
fixed excessive retransmissions of junk packets after runicast timeout
|
2011-04-27 19:12:46 +02:00 |
stunicast.h
|
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 |
timesynch.c
|
Revived the timesynch module, which has been switched off since the introduction of the new radio API after Contiki 2.4. The new code uses explicit timestamp messages instead of piggybacking timestamps on every transmission. It is also significantly better in terms of exactness.
|
2010-12-16 22:47:38 +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
|
|
|
trickle.h
|
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 |
unicast.c
|
|
|
unicast.h
|
|
|