A while back I was searching of a way to record the skeeler routes I was making. I own a Treo 650 and Bluetooth GPS mouse so the basic ingredients are in place. Reason for recording those routes was that I wanted to know the distance and was curious about the speed. This week I stumbled upon OpenDMTP and that does the trick.

OpenDMTP provides a J2ME application (other clients also available) that runs on the Treo and picks up the GPS info from the GPS Mouse. It then sends this information to the OpenDMTP server via a TCP connection. The OpenDMTP server is running on my server at home and records the GPS info in a CSV file (mysql DB also possible). This way you get the raw data. OpenGTS adds some more functionality.

OpenGTS includes the OpenDMTP server, but adds two webapps that you can deploy on a TomCat server. The first webapp (Events) can be used to retrieve the GPS info in a number of different formats (CSV, KML, etc). You can for example use this to integrate the data directly into GoogleMaps or GoogleEarth. On the URL you can include filtering criteria (e.g. on date).

The second webapp (Track) provides a nice web interface to the same data. It integrates with GoogleMaps and provides a live view on the GPS info. Really nice.

Both OpenDMTP and OpenGTS are Apache 2.0 license, so you can simple download it and use it. Both are Java apps so you cna run them on any platform. Once again I'm impressed with all the good OpenSource stuff that's available for free!

The only drawback of this setup is that you always need a network connection to be able to send the GPS data to the server. It would be nice if there was a way to simple record the data on the Treo and transmit it to your computer later... any suggestions are welcome ;-)

5 comments:

  1. Gero said...

    You can use windRose:

    http://windrose.tidalwave.it/

    (with a bit of patience, it's 0.4, but I've been using it since 1.5 years recording every trip of mine)
    Note: Comment imported. Original by Fabrizio Giudici ( email: Fabrizio.Giudici@tidalwave.it website: http://weblogs.java.net/blog/fabriziogiudici/ ) at 2008-01-04 14:10  

  2. Gero said...

    Hi Gero,

    Zelf heb ik Cetus GPS (http://www.cetusgps.dk/) wel gebruikt op m'n Treo 650. Hiermee kun je wel de data op je Treo opslaan.
    Via GPS Babel kun je vervolgens het cetus proprietary formaat converteren naar elk willekeurig ander GPS formaat (KML, GPX, etc).

    Helaas werkt deze applicatie niet goed op m'n Treo 680, dus mocht je een beter alternatief vinden (bij voorkeur een Java app), dan hou ik me aanbevolen :)
    Note: Comment imported. Original by Hilbert Schraal ( email: hilbert@hippe-it.nl website: http://www.hippe-it.nl ) at 2008-01-04 16:46  

  3. Gero said...

    Hi guys,

    Thanks for the responses, I'll check them out!

    Gero
    Note: Comment imported. Original by Gero Vermaas ( email: gero@vermaas.net website: http://vermaas.net ) at 2008-01-11 10:52  

  4. Gero said...

    Hey, it's open source. Get your favorite IDE out and start coding!
    Note: Comment imported. Original by Onno ( email: onno@onno.com website: null ) at 2008-01-23 02:55  

  5. Gero said...

    Hi Gero,

    It's worth trying TrekBuddy. http://linuxtechs.net/kruch/tb/forum/index.php
    This app does exactly what you asked for initially: log data on your mobile, off-line. It also shows your location on a map. These maps can be added to TrekBuddy by yourself (e.g. from Google Maps).
    The data is logged in gpx format, which is used and can be imported by many other applications and can be easily converted to kml, e.g., using gpsbabel.

    cheers,
    Hilbert
    Note: Comment imported. Original by Hilbert Schraal ( email: hilbert@hippe-it.nl website: http://www.hippe-it.nl ) at 2008-07-11 14:41  

Post a Comment