Author Topic: Gps Applications  (Read 2910 times)

ins0mniaque

  • Newbie
  • *
  • Posts: 27
    • View Profile
Gps Applications
« 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 looks promising, and I was wondering if anyone compiled it on their Zaurus ?


It would be fun to do this...

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Gps Applications
« Reply #1 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

Checkout these links for more info:

http://www.openbsd.org/3.9_packages/arm/ki...1.tgz-long.html

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.
« Last Edit: September 01, 2006, 07:50:43 am by mathemajikian »

ins0mniaque

  • Newbie
  • *
  • Posts: 27
    • View Profile
Gps Applications
« Reply #2 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.