.. |
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
|
API change to the announcement module: an annoucement can now be registered without a value. Such announcements are never transmitted to neighbors, until the announcement's value is set.
|
2010-03-25 08:49:56 +00:00 |
broadcast-announcement.c
|
added missing include
|
2010-06-16 10:10:10 +00:00 |
broadcast-announcement.h
|
Broadcast announcement back-end that sends announcement data as broadcasts, with increasing transmission intervals
|
2010-03-19 13:15:19 +00:00 |
broadcast.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 |
broadcast.h
|
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 |
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
|
rtmetric values should always be computed as 16-bit values
|
2010-10-03 20:06:25 +00:00 |
collect-link-estimate.h
|
rtmetric values should always be computed as 16-bit values
|
2010-10-03 20:06:25 +00:00 |
collect-neighbor.c
|
Cleaned up the collect neighbor management code
|
2010-10-03 20:07:10 +00:00 |
collect-neighbor.h
|
Cleaned up the collect neighbor management code
|
2010-10-03 20:07:10 +00:00 |
collect.c
|
Bugfix: when a node's rtmetric was lower than SIGNIFICANT_RTMETRIC_PARENT_CHANGE, its beacon timers would always be bumped to its lowest value
|
2010-10-05 20:06:47 +00:00 |
collect.h
|
Bugfixes and improvements: rtmetrics are now 16-bit clean. Added experimental feature that proactively probes neighbors that have not yet been tried out, in order to get an initial ETX for them.
|
2010-10-03 20:08:44 +00:00 |
ipolite.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 |
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
|
Signal the result of transmissions attempts made in the mesh module. Patch from Moritz Struebe
|
2009-12-18 14:57:15 +00: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
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
multihop.h
|
Added const to constant parameters (rime addresses)
|
2009-03-24 07:15:04 +00:00 |
neighbor-discovery.c
|
Remove old neighbor.h inclusion
|
2010-03-19 13:20:40 +00:00 |
neighbor-discovery.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
netflood.c
|
Added parameter to ipolite that specifies how many dups that are acceptable, before suppressing one's own packet
|
2010-01-25 13:54:06 +00:00 |
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
|
Slight API change to support bump functionality
|
2010-03-19 13:17:31 +00:00 |
polite.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 |
polite.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
rime-udp.c
|
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 |
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
|
Removed the polite announcement code, since it was not used, and enabled the broadcast announcement code by default. Increased the default intervals for broadcast announcements.
|
2010-10-03 20:10:22 +00:00 |
rimeaddr.c
|
|
|
rimeaddr.h
|
fixed some documentation typos.
|
2009-05-26 13:58:53 +00:00 |
rimestats.c
|
|
|
rimestats.h
|
|
|
rmh.c
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
rmh.h
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
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
|
Added prototype missing for quite some time now - do we need -Werror ?
|
2009-08-20 20:27:17 +00:00 |
rucb.c
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
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
|
Added parameter to ipolite that specifies how many dups that are acceptable, before suppressing one's own packet
|
2010-01-25 13:54:06 +00:00 |
rudolph1.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
rudolph2.c
|
|
|
rudolph2.h
|
added missing include
|
2010-06-18 08:28:56 +00:00 |
runicast.c
|
* Added configurable default number of transmissions for CSMA to use when not specified using packetbuf attributes (CSMA_CONF_MAX_MAC_TRANSMISSIONS).
|
2010-03-26 12:29:29 +00:00 |
runicast.h
|
Remove old neighbor.h inclusion
|
2010-03-19 13:20:40 +00:00 |
stbroadcast.c
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
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
|
Debug printout fix
|
2010-04-30 07:29:31 +00: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
|
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.h
|
|
|
trickle.c
|
Made rimeaddr_t pointers const where they should be.
|
2009-11-08 19:40:16 +00:00 |
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
|
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 |
unicast.h
|
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 |