Contiki 2.6
|
A simple power saving MAC protocol based on X-MAC [SenSys 2006]. More...
#include "dev/leds.h"
#include "dev/radio.h"
#include "dev/watchdog.h"
#include "net/netstack.h"
#include "lib/random.h"
#include "net/mac/cxmac.h"
#include "net/rime.h"
#include "net/rime/timesynch.h"
#include "sys/compower.h"
#include "sys/pt.h"
#include "sys/rtimer.h"
#include "contiki-conf.h"
#include <string.h>
#include <stdio.h>
#include "lib/list.h"
#include "lib/memb.h"
Go to the source code of this file.
A simple power saving MAC protocol based on X-MAC [SenSys 2006].
Definition in file cxmac.c.