Changes between Version 3 and Version 4 of kismet
- Timestamp:
- Aug 3, 2011, 3:47:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kismet
v3 v4 6 6 a pain to configure and not compatible with the latest gpsd in the repository. 7 7 8 This guide will help you configure Kismet to be used with a external GPS8 This guide will help you configure Kismet to be used with an external GPS 9 9 dongle. In this case the external GPS dongle is a Android Phone running the 10 10 application BlueNMEA. … … 18 18 19 19 == INSTALL KISMET == 20 20 {{{ 21 21 $ sudo apt-get install libncurses5-dev build-essential libpcap-dev libnl 22 $ wget http://www.kismetwireless.net/code/kismet-2011-03-R 1.tar.gz23 $ tar xvzf kismet-2011-03-R 1.tar.gz24 $ cd kismet-2011-03-R 122 $ wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz 23 $ tar xvzf kismet-2011-03-R2.tar.gz 24 $ cd kismet-2011-03-R2 25 25 $ ./configure --prefix /opt/kismet 26 26 $ make 27 27 $ sudo make install 28 }}} 28 29 30 Update (July 2011): 31 There is now also a debian package available which simplifies the installation: 32 http://www.kismetwireless.net/code/kismet-2011.03.2a.i386.deb 33 34 You have to customize the file /usr/etc/kismet.conf (i.e. choose wlan0 as the source on a EEEPC) and add the "kismet user" to the group kismet: 35 36 {{{ 37 adduser <kismetuser> kismet 38 }}} 29 39 30 40 == INSTALL BLUETOOTH GPS ==