nes-proj/core/net/mac
adamdunkels 09c223f549 Updated Contiki X-MAC to use hardware acks, which allows for tighter timing and results in a lower duty cycle. Hardware acks also make X-MAC more robust against packet losses, as there is a direct way for the CSMA layer to detect loss of data packets. Before, Contiki X-MAC only detected loss of strobes. 2011-01-25 14:31:09 +00:00
..
Makefile.mac Renamed nullrdc to nullrdc-noframer and nullrdc-framer to nullrdc. 2010-11-23 18:11:00 +00:00
contikimac.c Updated streaming mode to use only about 20% radio. Made guard time more conservative due to problem report by Ricklef Wohlers. 2011-01-25 14:29:46 +00:00
contikimac.h
csma.c Bugfix: q->buf was not tested for NULL, as it should be. Fix by Simon Duquennoy. 2011-01-25 14:24:38 +00:00
csma.h
ctdma_mac.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
ctdma_mac.h
cxmac.c Moved the definition of the channel check rate used by the radio duty 2010-10-03 20:37:32 +00:00
cxmac.h
frame802154.c
frame802154.h
framer-802154.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
framer-802154.h
framer-nullmac.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
framer-nullmac.h
framer.h Replaced old framer (framer_get/framer_set) with new NETSTACK style configuration. Added nullrdc-framer that is a nullrdc with framer support. 2010-03-01 13:30:21 +00:00
lpp.c Fix compiler warnings 2010-12-02 15:55:17 +00:00
lpp.h
mac.c
mac.h Moved the definition of the channel check rate used by the radio duty 2010-10-03 20:37:32 +00:00
nullmac.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
nullmac.h
nullrdc-noframer.c Renamed nullrdc to nullrdc-noframer and nullrdc-framer to nullrdc. 2010-11-23 18:11:00 +00:00
nullrdc-noframer.h Renamed nullrdc to nullrdc-noframer and nullrdc-framer to nullrdc. 2010-11-23 18:11:00 +00:00
nullrdc.c Renamed nullrdc to nullrdc-noframer and nullrdc-framer to nullrdc. 2010-11-23 18:11:00 +00:00
nullrdc.h Renamed nullrdc to nullrdc-noframer and nullrdc-framer to nullrdc. 2010-11-23 18:11:00 +00:00
phase.c Fix avr-gcc compiler warnings 2010-12-18 22:12:53 +00:00
phase.h Added a timer to each phase structure that keeps track of for how long 2010-09-13 13:39:05 +00:00
rdc.h
sicslowmac.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
sicslowmac.h
tdma_mac.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
tdma_mac.h
xmac.c Updated Contiki X-MAC to use hardware acks, which allows for tighter timing and results in a lower duty cycle. Hardware acks also make X-MAC more robust against packet losses, as there is a direct way for the CSMA layer to detect loss of data packets. Before, Contiki X-MAC only detected loss of strobes. 2011-01-25 14:31:09 +00:00
xmac.h