summaryrefslogtreecommitdiff
path: root/geography/garmintools/DESCR
diff options
context:
space:
mode:
authorghen <ghen>2010-03-12 15:55:40 +0000
committerghen <ghen>2010-03-12 15:55:40 +0000
commit102b03854f78ec0001288533c75c6b4c25c6a63d (patch)
treee27537e4a9acd9129a4433e969c8e388b9e52b0e /geography/garmintools/DESCR
parent0e0a44aecd60c9c9fb978cc698b7732e07de04c4 (diff)
downloadpkgsrc-102b03854f78ec0001288533c75c6b4c25c6a63d.tar.gz
Import garmintools-0.10, utilities to retrieve data from Garmin Forerunner 305
and similar GPS units, and export data to other, well-known formats.
Diffstat (limited to 'geography/garmintools/DESCR')
-rw-r--r--geography/garmintools/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/geography/garmintools/DESCR b/geography/garmintools/DESCR
new file mode 100644
index 00000000000..149b820f2b0
--- /dev/null
+++ b/geography/garmintools/DESCR
@@ -0,0 +1,16 @@
+This software provides Linux users with the ability to communicate with the
+Garmin Forerunner 305 via the USB interface. While this is the only Garmin
+unit that I own, I did implement all of the documented Garmin protocols as of
+Rev C (May 19, 2006) over the USB physical link. This means that if you have a
+Garmin with a USB connection to a PC, you ought to be able to use this
+software to communicate with it.
+
+If you're looking for a complete solution to all of your Linux Garmin GPS
+needs, this is not it. I own a Garmin Forerunner 305 and wrote this code
+specifically so I could download and save data from that particular GPS unit
+to my Linux machine. I tried gpsbabel, but found that it did not have command
+line options specific to the Forerunner run and lap data - all I could do was
+get the tracklog. That's how all of this got started. I also wanted a few
+other things, like the ability to convert a track log into a Google maps
+encoded polyline, and (eventually) the ability to generate PNG images of heart
+rate and elevation data.