.description

Track your hikes and your tours with trackkcor and use it in your own applications. All you need is a J2ME-compliant mobilephone which supports JSR-82 and an external GPS receiver.

trakkcor ...

  • is implemented as J2ME midlet
  • detects your Bluetooth GPS receiver
  • fetches the current position from the GPS receiver and adds it to a collection of position data called "track"
  • manages several tracks (create, save, load, continue, remove)
  • supports GPGGA and GPRMC NMEA messages
  • is able to submit stored tracks to your server, so you can use the position data in your application.
  • is able to automatically submit position data (live tracking)
  • is open source (licensed under GNU General Public License)

.news

trakkcor development is discontinued.

06/29/2008 feature release: trakkcor-0.3 (GPRMC support)
09/16/2007 feature release: trakkcor-0.2.0-beta (live tracking)
02/08/2007 patch release: trakkcor-0.1.1
11/26/2006 first binary release: trakkcor-0.1
11/24/2006 source available on sourceforge.net