OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: ins0mniaque on August 31, 2006, 02:02:35 pm

Title: Gps Applications
Post by: ins0mniaque on August 31, 2006, 02:02:35 pm
I've just tested my USB Pharos GPS ( the one that comes with Microsoft Street and Maps, which I had for free... free Microsoft products ?  ) and it works great in OpenBSD... it is a USB to Serial device that gets mapped to /dev/ttyU0. cgps gives me my longitude/latitude/etc., but I did not find a mapping application in the ports. GPSDrive (http://www.gpsdrive.cc/) looks promising, and I was wondering if anyone compiled it on their Zaurus ?


It would be fun to do this (http://www.larsen-b.com/Article/212.html)...
Title: Gps Applications
Post by: mathemajikian on August 31, 2006, 03:29:45 pm
If you want to use the gps to map wifi locations found by kistmet then use gpsmap.

Description-gpsmap
gpsmap reads GPS and Network XML datafiles from Kismet and plots
wireless networks on downloaded vector maps or satellite photos
or user-supplied images.

[img]http://www.wirelessdefence.org/Contents/Images/map1.jpg\" border=\"0\" class=\"linked-image\" /]

Have a look at the kismet Makefile. Either you can make the port with gpsmap or you can just download and install this package:

ftp://ftp.openbsd.org/pub/OpenBSD/3.9/pac...ap-200508R1.tgz (http://ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/arm/kismet-gpsmap-200508R1.tgz)

Checkout these links for more info:

http://www.openbsd.org/3.9_packages/arm/ki...1.tgz-long.html (http://www.openbsd.org/3.9_packages/arm/kismet-gpsmap-200508R1.tgz-long.html)

http://www.kismetwireless.net/screenshot.shtml (http://www.kismetwireless.net/screenshot.shtml)

Also heres the gpsmap options that you will want to use for mapping where you have driven:

-t, --draw-track
    Draw travel track

-Y, --draw-track-width WIDTH
    Travel track width. Default: 3

TRACK DRAWING
Draws a blue track along the traveled path, based on the track data saved by Kismet.
Title: Gps Applications
Post by: ins0mniaque on August 31, 2006, 09:48:39 pm
Quote
If you want to use the gps to map wifi locations found by kistmet then use gpsmap.

Thank you for pointing this out, but IIRC, gpsmap can't show a map in real-time, it only creates the maps after having read the net and gps data from kismet.

My primary use of GPSDrive would be for GPS navigation... having APs automatically add to the map is only for the "show off" factor.