osd-contiki/core/net/mac
adamdunkels 412facb831 This is an initial commit of an implementation of the Chameleon
architecture for the Rime stack for Contiki. The Chameleon
architecture separates the header processing from the Rime protocol
logic. Instead of having each protocol create its own part of the
packet header, protocols use packet attributes. Before sending a
packet, a special Chameleon header processing module creates a packet
header from the packet attributes. The same Chameleon module parses
incoming packets and creates packet attributes from the header.

The details are in our SenSys 2007 paper:

Adam Dunkels, Fredrik Osterlind, Zhitao He. An Adaptive Communication
Architecture for Wireless Sensor Networks. In Proceedings of the Fifth
ACM Conference on Networked Embedded Sensor Systems (SenSys 2007),
Sydney, Australia, November 2007.

http://www.sics.se/~adam/dunkels07adaptive.pdf

This is a rewrite of the code that was developed for the paper.
2008-02-25 02:14:34 +00:00
..
ctdma_mac.c Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:10:30 +00:00
ctdma_mac.h simple tdma ctimer implementation 2007-09-18 10:36:36 +00:00
cxmac.c Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:10:30 +00:00
cxmac.h xmac ctimer implementation 2007-09-18 10:35:39 +00:00
mac.h Added parameter to the mac off() method that specifies whether or not the radio should be turned off when the MAC layer is turned off 2008-02-24 21:05:28 +00:00
Makefile.mac Added nullmac 2007-05-15 08:06:07 +00:00
nullmac.c Added parameter to the mac off() method that specifies whether or not the radio should be turned off when the MAC layer is turned off 2008-02-24 21:05:28 +00:00
nullmac.h Made initialization function return a pointer to the MAC driver structure, to make initialization nicer 2007-10-23 20:57:37 +00:00
tdma_mac.c Changed all occurences of u8_t and u16_t to uint8_t and uint16_t 2008-02-24 22:10:30 +00:00
tdma_mac.h platform independent simple slotted tdma mac protocol 2007-08-31 13:42:22 +00:00
xmac.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
xmac.h Multiple bugfixes and updates to xmac code by Niclas 2007-11-12 22:29:37 +00:00