Package killerbee :: Package zbwardrive :: Module db :: Class ZBScanDB
[hide private]
[frames] | no frames]

Class ZBScanDB

source code

API to interact with the "database" storing information for the zbscanning program.

Instance Methods [hide private]
 
__init__(self) source code
 
close(self) source code
 
store_devices(self, devid, devstr, devserial) source code
 
get_devices_nextFree(self) source code
 
update_devices_status(self, devid, newstatus) source code
 
update_devices_start_capture(self, devid, channel) source code
 
store_networks(self, key, spanid, source, channel, packet) source code
 
get_networks_channel(self, key) source code
 
channel_status_logging(self, chan)
Returns False if we have not seen the network or are not currently logging it's channel, and returns True if we are currently logging it.
source code
Method Details [hide private]

channel_status_logging(self, chan)

source code 

Returns False if we have not seen the network or are not currently logging it's channel, and returns True if we are currently logging it. @return boolean