You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.1 KiB

  1. # Kismet drone config file
  2. version=newcore.1
  3. # Name of drone server (informational)
  4. servername=Kismet-Drone
  5. # Drone configuration
  6. # Protocol, interface, and port to listen on
  7. dronelisten=tcp://127.0.0.1:2502
  8. # Hosts allowed to connect, comma separated. May include netmasks.
  9. # allowedhosts=127.0.0.1,10.10.10.0/255.255.255.0
  10. droneallowedhosts=127.0.0.1
  11. # Maximum number of drone clients
  12. dronemaxclients=10
  13. droneringlen=65535
  14. # Do we have a GPS?
  15. gps=true
  16. # Do we use a locally serial attached GPS, or use a gpsd server?
  17. # (Pick only one)
  18. gpstype=gpsd
  19. # gpstype=serial
  20. # What serial device do we look for the GPS on?
  21. gpsdevice=/dev/rfcomm0
  22. # Host:port that GPSD is running on. This can be localhost OR remote!
  23. gpshost=localhost:2947
  24. # Do we lock the mode? This overrides coordinates of lock "0", which will
  25. # generate some bad information until you get a GPS lock, but it will
  26. # fix problems with GPS units with broken NMEA that report lock 0
  27. gpsmodelock=false
  28. # Do we try to reconnect if we lose our link to the GPS, or do we just
  29. # let it die and be disabled?
  30. gpsreconnect=true
  31. # See the README for full information on the new source format
  32. # ncsource=interface:options
  33. ncsource=null
  34. # for example:
  35. # ncsource=wlan0
  36. # ncsource=wifi0:type=madwifi
  37. # ncsource=wlan0:name=intel,hop=false,channel=11
  38. # Special per-source options
  39. # sourceopts=[sourcename|*]:opt1,opt2
  40. # sourceopts=*:fuzzycrypt,weakvalidate
  41. # Comma-separated list of sources to enable, if you don't want to enable all
  42. # the sources you defined.
  43. # enablesource=source1,source2
  44. # How many channels per second do we hop? (1-10)
  45. channelvelocity=5
  46. # By setting the dwell time for channel hopping we override the channelvelocity
  47. # setting above and dwell on each channel for the given number of seconds.
  48. #channeldwell=10
  49. # Users outside the US might want to use this list:
  50. # channellist=IEEE80211b:1,7,13,2,8,3,14,9,4,10,5,11,6,12
  51. channellist=IEEE80211b:1:3,6:3,11:3,2,7,3,8,4,9,5,10
  52. # US IEEE 80211a
  53. channellist=IEEE80211a:36,40,44,48,52,56,60,64,149,153,157,161,165
  54. # Combo
  55. channellist=IEEE80211ab:1:3,6:3,11:3,2,7,3,8,4,9,5,10,36,40,44,48,52,56,60,64,149,153,157,161,165