GNU Radio's IEEE802 Package
project-conf.h
Go to the documentation of this file.
1// channel 26 is the default
2#define RF_CHANNEL 26
3
4// turn off radio duty cycling
5// this is important, otherwise you will miss most of the packets
6#define NETSTACK_CONF_RDC nullrdc_driver
7
8// disable MAC functionality (for immediate channel access?)
9#define NETSTACK_CONF_MAC nullmac_driver