old-www/HOWTO/Aviation-HOWTO/x182.html

475 lines
8.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>GPS</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="GNU/Linux Aviation HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Flight"
HREF="c100.html"><LINK
REL="PREVIOUS"
TITLE="Planning"
HREF="x102.html"><LINK
REL="NEXT"
TITLE="Soaring"
HREF="x287.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>GNU/Linux Aviation HOWTO: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x102.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 1. Flight</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x287.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN182"
></A
>1.2. GPS</H1
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN184"
></A
>1.2.1. ChartPlotter</H2
><P
>ChartPlotter is a Java based moving map program for use with GPS
units that support the NMEA communication protocol (the GPGLL sentence).
ChartPlotter can be used with user scanned charts saved in JPEG format.
The program transforms a latitude, longitude value to a position on the
raster image with the help of 2-4 known reference points.</P
><P
>First on the wish list of things to do is a converter program so
that we can use charts in the BSB format. As I understand there
are such programs around but I need to modify the chartplotter
program so that it can read the output from the converting
program.</P
><P
>Second on the wish list is to read GSHHS (Global Self-consistant
Hierarchical High-resolution Shorelines) found somewere at
www.ngdc.noaa.gov. </P
><P
></P
><UL
><LI
><P
><EM
>Author</EM
>: Rikard and Henrik Bjorkman <TT
CLASS="email"
>&#60;<A
HREF="mailto:hb3@eit.se"
>hb3@eit.se</A
>&#62;</TT
></P
></LI
><LI
><P
><EM
>Latest release</EM
>: 0.46, September 2005</P
></LI
><LI
><P
><EM
>Copyright</EM
>: <A
HREF="g781.html#gpl"
><I
CLASS="glossterm"
>GPL</I
></A
></P
></LI
><LI
><P
><EM
>Home Page</EM
>: <A
HREF="http://www.eit.se/chartplotter/"
TARGET="_top"
>http://www.eit.se/chartplotter/</A
></P
></LI
><LI
><P
><EM
>Roadmap</EM
>: </P
><P
>First on the wish list of things to do is a converter program so
that we can use charts in the BSB format. As I understand there
are such programs around but I need to modify the chartplotter
program so that it can read the output from the converting
program.</P
><P
>Second on the wish list is to read GSHHS (Global Self-consistant
Hierarchical High-resolution Shorelines) found somewere at
<A
HREF="http://www.ngdc.noaa.gov/"
TARGET="_top"
>www.ngdc.noaa.gov</A
>. </P
></LI
></UL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN211"
></A
>1.2.2. GPSd</H2
><P
>gpsd is a service daemon that monitors a GPS attached to a host computer through a serial or USB port, making its data on the location/course/velocity of the sensor available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to a GPS without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd.</P
><P
></P
><UL
><LI
><P
><EM
>Author</EM
>: Eric S. Raymond <TT
CLASS="email"
>&#60;<A
HREF="mailto:esr@snark.thyrsus.com"
>esr@snark.thyrsus.com</A
>&#62;</TT
></P
></LI
><LI
><P
><EM
>Latest release</EM
>: 2.33, 2006/06/09</P
></LI
><LI
><P
><EM
>Copyright</EM
>: <A
HREF="g781.html#bsd"
><I
CLASS="glossterm"
>BSD</I
></A
></P
></LI
><LI
><P
><EM
>Home Page</EM
>: <A
HREF="http://gpsd.berlios.de/"
TARGET="_top"
>http://gpsd.berlios.de/</A
></P
></LI
></UL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN230"
></A
>1.2.3. GpsDrive</H2
><P
>GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive displays
your position provided from your NMEA capable GPS receiver on a zoomable
map, the map file is autoselected depending of the position and prefered
scale. Speech output is supported if the "festival" software is running.
The maps are autoselected for best resolution depending of your position
and can be downloaded from Internet. All Garmin GPS reveiver with a serial
output should be usable, also other GPS receiver which supports NMEA
protocol.</P
><P
>GpsDrive is written in C with use of the GTK+ graphic toolkit and runs
with Linux and FreeBSD.</P
><P
></P
><UL
><LI
><P
><EM
>Author</EM
>:Friedrich Ganter <TT
CLASS="email"
>&#60;<A
HREF="mailto:ganter@ganter.at"
>ganter@ganter.at</A
>&#62;</TT
></P
></LI
><LI
><P
><EM
>Latest release</EM
>: 2.10pre3, 2006/03/10</P
></LI
><LI
><P
><EM
>Copyright</EM
>: <A
HREF="g781.html#gpl"
><I
CLASS="glossterm"
>GPL</I
></A
></P
></LI
><LI
><P
><EM
>Home Page</EM
>: <A
HREF="http://www.gpsdrive.cc/"
TARGET="_top"
>http://www.gpsdrive.cc/</A
></P
></LI
></UL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN250"
></A
>1.2.4. GPSMan</H2
><P
>GPS Manager (GPSMan) is a graphical geographic data manager that
provides a user friendly graphical environment for the preparation,
inspection and editing of waypoint, route and track data for use in
GPS receivers. GPSMan supports a variety of derived computations
such as distance and bearing from one waypoint to another, course
and distance between waypoints in a track, etc. GPSMan can make
cartographic maps to scale, using one of several projections with
over plotting of waypoint, route and track data. The map can be saved
in Postscript format for printing. GPSMan is a stand-alone Tcl/Tk
program that was designed for use at home (as opposed to real-time
use). GPSMan currently supports communication with both Garmin and
Lowrance receivers.</P
><P
></P
><UL
><LI
><P
><EM
>Author</EM
>: Miguel Filgueiras <TT
CLASS="email"
>&#60;<A
HREF="mailto:mig@ncc.up.pt"
>mig@ncc.up.pt</A
>&#62;</TT
></P
></LI
><LI
><P
><EM
>Latest release</EM
>: 6.3.1, 2006/07/25</P
></LI
><LI
><P
><EM
>Copyright</EM
>: <A
HREF="g781.html#gpl"
><I
CLASS="glossterm"
>GPL</I
></A
></P
></LI
><LI
><P
><EM
>Home Page</EM
>: <A
HREF="http://www.ncc.up.pt/gpsman/"
TARGET="_top"
>http://www.ncc.up.pt/gpsman/</A
></P
></LI
></UL
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN269"
></A
>1.2.5. Elgaard Positioning System</H2
><P
>The Elgaard Positioning System is a Java based application designed
for use with GPS receivers. It provides an interface capability:
tracks can be saved from units with NMEA format output. For units
that support the proprietary Garmin protocol, EPS can upload and
download waypoints, routes, and tracks. It can also display user
scanned charts with interactive zooming, scrolling, over plotting of
tracks, and can compute distances and speeds. EPS runs on any platform
with a JVM compatible with the 1.1 version of the Java API.</P
><P
></P
><UL
><LI
><P
><EM
>Author</EM
>: Niels Elgaard Larsen</P
></LI
><LI
><P
><EM
>Latest release</EM
>: 0.9.2beta, 2003/02/07</P
></LI
><LI
><P
><EM
>Copyright</EM
>: <A
HREF="g781.html#gpl"
><I
CLASS="glossterm"
>GPL</I
></A
></P
></LI
><LI
><P
><EM
>Home Page</EM
>: <A
HREF="http://eps.sourceforge.net/"
TARGET="_top"
>http://eps.sourceforge.net/</A
></P
></LI
></UL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x102.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x287.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Planning</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="c100.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Soaring</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>