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