Package killerbee
[hide private]
[frames] | no frames]

Package killerbee

source code

Submodules [hide private]

Classes [hide private]
  KillerBee
Functions [hide private]
 
getKillerBee(channel)
Returns an instance of a KillerBee device, setup on the given channel.
source code
 
kb_dev_list(vendor=None, product=None)
Deprecated.
source code
 
show_dev(vendor=None, product=None, gps=None, include=None)
A basic function to output the device listing.
source code
Variables [hide private]
  __package__ = 'killerbee'
Function Details [hide private]

getKillerBee(channel)

source code 

Returns an instance of a KillerBee device, setup on the given channel. Error handling for KillerBee creation and setting of the channel is wrapped and will raise an Exception().

Returns:
A KillerBee instance initialized to the given channel.

kb_dev_list(vendor=None, product=None)

source code 

Deprecated. Use show_dev or call kbutils.devlist.

show_dev(vendor=None, product=None, gps=None, include=None)

source code 

A basic function to output the device listing. Placed here for reuse, as many tool scripts were implementing it.

Parameters:
  • gps - Provide device names in this argument (previously known as 'gps') which you wish to not be enumerated. Aka, exclude these items.
  • include - Provide device names in this argument if you would like only these to be enumerated. Aka, include only these items.