|
None
|
__init__(self,
dev,
revision=2)
Instantiates the KillerBee class for the ApiMote platform running
GoodFET firmware. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
None
|
|
|
List
|
|
|
None
|
sniffer_on(self,
channel=None)
Turns the sniffer on such that pnext() will start returning observed
data. |
source code
|
|
|
None
|
|
|
None
|
set_channel(self,
channel)
Sets the radio interface to the specifid channel (limited to 2.4 GHz
channels 11-26) |
source code
|
|
|
None
|
inject(self,
packet,
channel=None,
count=1,
delay=0)
Injects the specified packet contents. |
source code
|
|
|
List
|
pnext(self,
timeout=100)
Returns a dictionary containing packet data, else None. |
source code
|
|
|
None
|
|
|
None
|
|
|
|
set_sync(self,
sync=42767)
Set the register controlling the 802.15.4 PHY sync byte. |
source code
|
|
|
None
|
|