contiki/core/net/rime
nifi f6e0b46f38 * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE)
* Removed the unused init function from header processing modules
* Added option CHAMELEON_CONF_WITH_MAC_LINK_ADDRESSES to specify that
  MAC link addresses should be used instead of Chameleon's own encoding
  of sender and receiver. This avoids encoding the link addresses twice
  when the MAC RDC has its own addresses.
2010-05-28 06:18:39 +00:00
..
abc.c
abc.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
announcement.c 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
announcement.h
broadcast-announcement.c
broadcast-announcement.h
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
channel.h
collect-neighbor.c
collect-neighbor.h
collect.c
collect.h
ctimer.c
ctimer.h
ipolite.c
ipolite.h 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
Makefile.rime
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 Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h
netflood.c
netflood.h
packetbuf.c
packetbuf.h
packetqueue.c Added function for obtaining packet queue length 2010-02-28 09:20:32 +00:00
packetqueue.h Added function for obtaining packet queue length 2010-02-28 09:20:32 +00:00
polite-announcement.c
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
queuebuf.c
queuebuf.h Removed the (unused) header packet of the queuebuf. Added a function for accessing address attributes in the queuebuf 2010-04-30 07:29:08 +00:00
rime-udp.c
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 * Made Chameleon header processing module configurable (CHAMELEON_CONF_MODULE) 2010-05-28 06:18:39 +00:00
rimeaddr.c
rimeaddr.h
rimestats.c Rime statistics gathering 2007-05-22 20:48:41 +00:00
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 Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:05:27 +00:00
rudolph2.c
rudolph2.h
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
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
unicast.c
unicast.h