Package killerbee :: Module config
[hide private]
[frames] | no frames]

Source Code for Module killerbee.config

 1  # Database (MySQL type assumed) 
 2  # This configuration is only required 
 3  #   if the dblog module is used. 
 4  # Database schema is expected to match that 
 5  #   created by the file in killerbee/scripts. 
 6  DB_HOST             = "" 
 7  DB_PORT             = 3306 
 8  DB_NAME             = "" 
 9  DB_USER             = "" 
10  DB_PASS             = "" 
11   
12  # Device Support 
13  # This configuration allow you to turn on 
14  #  support for devices on or off. 
15  # If marked False, KillerBee will not try to 
16  #  detect or load drivers for that device. 
17  # Useful for disabling uncommon devices. 
18  DEV_ENABLE_FREAKDUINO = False 
19  DEV_ENABLE_ZIGDUINO = False 
20