]> Pileus Git - aweather/commit
Add GPS tracking plugin
authorAdam Boggs <boggs-git@aircrafter.org>
Thu, 9 Feb 2012 07:00:39 +0000 (07:00 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 9 Feb 2012 09:55:50 +0000 (09:55 +0000)
commit9986adc25084c91a4b9dbc8c5d8141c2ed3c62bf
tree81805f4d714ae5bf6de09257ddeab73d095c7c98
parent62fd949a306332987eef7fc7e1c3d39045ed15fb
Add GPS tracking plugin

The plugin can be build by passing the --enable-gps flag to the
configure script. The defaults is disabled for now.

The GPS Plugin:
  - Displays the GPS status and location in the config area
  - Draws the current location in the viewer using a marker
  - Optionally displays a tracks of previous locations
  - Optionally follows the current location
  - Optionally logs the location to a text file

The GPS plugin uses version 5 of the GPSd protocol, so it is only
supported under Linux at this time.
configure.ac
data/Makefile.am
data/arrow.png [new file with mode: 0644]
data/car.png [new file with mode: 0644]
src/plugins/Makefile.am
src/plugins/gps-plugin.c [new file with mode: 0644]
src/plugins/gps-plugin.h [new file with mode: 0644]