API to interact with the "database" storing information for
the zbscanning program.
|
|
|
|
|
|
|
|
| store_devices(self,
devid,
devstr,
devserial) |
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
|
|
|
|
|
|
|
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
|
|