Package killerbee :: Package openear :: Module scanner
[hide private]
[frames] | no frames]

Module scanner

source code

Classes [hide private]
  LocationThread
Thread to update gps location from gpsd
  CaptureThread
Thread to capture on a given channel, using a given device, to a given pcap file, exits when it receives a broadcast shutdown message via Queue.Queue
Functions [hide private]
 
broadcast_event(data)
Send broadcast data to all active threads
source code
 
signal_handler(signal, frame)
Signal handler called on keyboard interrupt to exit threads and exit scanner script
source code
 
main(args) source code
Variables [hide private]
  session = ''
  active_queues = []
  arg_verbose = False
  arg_ppi = False
  arg_db = False
  arg_gps = False
  arg_gps_devstring = ''
  latitude = ''
  longitude = ''
  altitude = ''
  last_seen = ''
  __package__ = 'killerbee.openear'