Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Hardware

GPS On Unix? 13

/dev/trash asks: "I have been debating wiping the windows partiton on my laptop. The only thing that is keeping me from fdisk'ing the whole thing is my Garmin handheld GPS. I've searched on Freshmeat for GPS/X interfaces but most seem to be alpha 1998 projects. Are there any companies, individuals, etc. that are porting the functionality right now?"
This discussion has been archived. No new comments can be posted.

GPS on Linux?

Comments Filter:
  • Have you try Mayko - mapp [mayko.com]. I found that from here [gpsy.com].
    Also try GPS page [topology.org] from topology.org. It may help.

    Good luck.

  • QtGPS [gbdirect.co.uk] is a simple moving-map display.
  • Freshmeat GPS search [freshmeat.net] finds a few possibilities on the first page (although one of them is Mayco's GPSd which was already mentioned).
  • by Anonymous Coward
    Feature set will always be towards Amateur Radio

    and it is still an early port, from Mac & WinAPRS

    But... X APRS [rutgers.edu]

    n2kra

  • I remember reading something about GPS in the aviation howto awhile ago. I only skimmed it since I don't have a gps, but it might be of some help to you. I think that the GPS page lists about 8 different gps projects so you'll find something at least.

    http://metalab.un c.edu/fplan/Aviation-HOWTO/Aviation-HOWTO-8.html [unc.edu]

  • Currently further along than XAPRS.

    You can also run numerous DOS APRS programs under DOSEMU; maybe WINE will support the windows-based stuff (haven't tried it myself).

    More APRS info at TAPR [tapr.org]

    ka1lm
  • I hate to say this, but

    write one.

    for work we had to write code that interpreted the stream (you can get the garmins to do NMEA), and it is pretty easy. I had actually started one for Linux, but then my hard drive decided to go on vacation, and has yet to return (I am too cocky to make back-ups of personal stuff)

    If you need pointers you can write me, and I can probably get you sample code for windows or at least the docs on how to do it.
  • by Anonymous Coward
    Have you had a look at the FlightGear [flightgear.org] project?

    FlightGear is a OS flight simulator that's understanding as well as creating GPS coordinates. So you can use it as a real 3D 'moving map'.
    BTW: Real is as reals as it gets as FlightGear has the correct elevations of the earth as it uses DEMs.

  • You could always try running the windows program under Wine. Get the latest 20000716 release if you feel like trying it. Also, check the newsgroup about a patch to fix compiling with OpenGL and XFree86 4.0 (4.0.1 will work fine though). Or just "./configure --disable-opengl" if you have XFree86 4.0 and don't care about OpenGL anyway.

  • Go to Peter's GPS Archive's Garmin Protocol Page [vancouver-webpages.com]

    Any program from 1998 will work fine with the newer units. The NEMA protocol is quite old and the documented parts of the Garmin protocol is the same as it several years ago.

    There is some old (1995) sample source on my webpage at
    http://web.abnormal.com/~thogard/gps/ [abnormal.com]
  • If your interested in GPS, you may also be interested in GRASS [baylor.edu] Geographic Information System (GIS) Software. It won't help you interface your Garmin with your PC but it will let you put all that data you collect with your GPS to good use.

    ----------
    AbiWord [abisource.com]: The BEST opensource word processor
  • See:

    http://www.garmin.com/support/commProtocol.html

    This is the communications protocol, in case you want to do things like set waypoints. If you're simply looking for a moving map or something, NMEA is the simplest way to go.

    NMEA simply spews out a simple ASCII stream, which is easily handled. And if you do write your own software, it will work with pretty much every other GPS out there, since NMEA is an industry standard. Trying to implement anyone's proprietary protocol becomes a PITA really quick, as you're relying on what is frequently poor documentation.
  • I've interfaced my Garmin to my Palm Vx. There's a few GPS programs for the Palm, and you can map and download data from the Garmin (or other NMEA-protocol GPS machines too).

    Slight problem is that a lot of the support programs are written for windows - but luckily the developers of 'PlaceTrace' have let me know the DB format so I can develop conversion routines in Perl. Sadly probably not in time for my adventure in Morocco this summer!! Prob have to resort to paper maps instead.

    Baz

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...