Changes between Version 3 and Version 4 of kismet


Ignore:
Timestamp:
Aug 3, 2011, 3:47:00 PM (13 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kismet

    v3 v4  
    66a pain to configure and not compatible with the latest gpsd in the repository.
    77
    8 This guide will help you configure Kismet to be used with a external GPS
     8This guide will help you configure Kismet to be used with an external GPS
    99dongle. In this case the external GPS dongle is a Android Phone running the
    1010application BlueNMEA.
     
    1818
    1919== INSTALL KISMET ==
    20 
     20{{{
    2121$ sudo apt-get install libncurses5-dev build-essential libpcap-dev libnl
    22 $ wget http://www.kismetwireless.net/code/kismet-2011-03-R1.tar.gz
    23 $ tar xvzf kismet-2011-03-R1.tar.gz
    24 $ cd kismet-2011-03-R1
     22$ 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
    2525$ ./configure --prefix /opt/kismet
    2626$ make
    2727$ sudo make install
     28}}}
    2829
     30Update (July 2011):
     31There is now also a debian package available which simplifies the installation:
     32http://www.kismetwireless.net/code/kismet-2011.03.2a.i386.deb
     33
     34You 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{{{
     37adduser <kismetuser> kismet
     38}}}
    2939
    3040== INSTALL BLUETOOTH GPS ==