View Single Post
Posts: 12 | Thanked: 0 times | Joined on Jan 2007
#24
Hello together,

i dont know if it is right to post in here, if not just move this post to the correct section.

Finally i have written a small perl script which parses kismetlogdata and creates 2 Files with open and closed networks, which could be imported later to navicore navigations software.

short description (u can download the kis2nav.tar -> here )

#1. untar the kis2nav.tar to your home directory. for example "cd /home/username && tar -xf kis2nav.tar"

#2. install kismet, gpsd and maemo-bt-plugin to your n770

#3. change the kismet configfile "/etc/kismet/kismet.conf" and make sure u have logytyp "logtype=csv" enabled also set "gps=true" and "gpslockmode=true"

#4. now pair your gps mouse with the n770 using bt-plugin, then start gpsd with following command "gpsd /dev/rfcom0", at least start kismet as root user.

#5. after your logging tour, copy the kismet log (CSV) file to your desktop pc in our case "/home/username/kismet2navicore/kismetlog.csv" there is allready a examplelogfile in the /home/username/kismet2navicore/kismetlog.csv directory!

#6. make sure youve got wine installed, then run "winecfg" from your console in our case the "D:" path should called "/home/username" (this is very important for the bitmaps importing later)

#7. open the console as normal user and type: "cd /home/username/kismet2navicore && perl kismetconverter.pl kismetlog.csv" the script will parse the logfile and write the output to a "non open network" file (wep.nce) and an "open networkfile" open.nce.

#8. copy these 2 files to your navicore mmc card "/home/username/kismet2navicore" in following folder "/media/mmc1/Navicore/extensions". After the next start of navicore u will be asked to import the new extensions.

plz let me know how u like this script

Greetings |tbb|

Last edited by |tbb|; 2007-01-16 at 00:05.