|
Contiki 3.x
|
IEEE 802.15.4 TSCH MAC implementation.More...
#include "contiki.h"#include "dev/radio.h"#include "net/netstack.h"#include "net/packetbuf.h"#include "net/queuebuf.h"#include "net/mac/framer-802154.h"#include "net/mac/tsch/tsch.h"#include "net/mac/tsch/tsch-slot-operation.h"#include "net/mac/tsch/tsch-queue.h"#include "net/mac/tsch/tsch-private.h"#include "net/mac/tsch/tsch-log.h"#include "net/mac/tsch/tsch-packet.h"#include "net/mac/tsch/tsch-security.h"#include "lib/random.h"#include "net/net-debug.h"Go to the source code of this file.
IEEE 802.15.4 TSCH MAC implementation.
Does not use any RDC layer. Should be used with nordc.
Definition in file tsch.c.
1.8.6