|
Contiki 2.5
|
Implementation of the ContikiMAC power-saving radio duty cycling protocolMore...
#include "contiki-conf.h"#include "dev/leds.h"#include "dev/radio.h"#include "dev/watchdog.h"#include "lib/random.h"#include "net/mac/contikimac.h"#include "net/netstack.h"#include "net/rime.h"#include "sys/compower.h"#include "sys/pt.h"#include "sys/rtimer.h"#include <string.h>#include <stdio.h>#include "net/mac/phase.h"Go to the source code of this file.
Implementation of the ContikiMAC power-saving radio duty cycling protocol
Definition in file contikimac.c.
1.8.3.1