contiki/core/net/rime
2012-05-29 13:46:22 +02:00
..
abc.c
abc.h
announcement.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
announcement.h
broadcast-announcement.c
broadcast-announcement.h
broadcast.c
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h
chameleon-raw.c
chameleon-raw.h
chameleon.c * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
chameleon.h
channel.c
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
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
collect-neighbor.h
collect.c
collect.h
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
Makefile.rime made linkable with IAR linker - avoiding multiple defs of rime_sniffer, etc 2011-11-08 11:57:17 +01:00
mesh.c
mesh.h
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h
netflood.c
netflood.h
polite-announcement.c
polite-announcement.h Slight API change to support bump functionality 2010-03-19 13:17:31 +00:00
polite.c
polite.h added missing include 2010-06-18 08:28:56 +00:00
rime-udp.c
rime-udp.h
rime.c
rimeaddr.c Converted deprecated uIP types in the network stack to standard C99 names (in stdint.h) 2012-02-17 22:45:13 +00:00
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h added missing include 2010-06-18 08:28:56 +00:00
route.c
route.h
rucb.c bugfix: transfer did not terminate correctly when last packet was full 2012-05-29 13:46:22 +02:00
rucb.h
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
rudolph2.c
rudolph2.h
runicast.c fixed excessive retransmissions of junk packets after runicast timeout 2011-04-27 19:12:46 +02:00
runicast.h
stbroadcast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
stbroadcast.h
stunicast.c
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
timesynch.h
trickle.c
trickle.h
unicast.c
unicast.h