Donate Share

GPSLib4J

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@gpslib4j.cvs.sourceforge.net:/cvsroot/gpslib4j login

cvs -z3 -d:pserver:anonymous@gpslib4j.cvs.sourceforge.net:/cvsroot/gpslib4j co -P modulename

Show:

What's happening?

  • Packtes with error are transmitted twice

    While downloading trackpoints from my GPS device (Garmin eTrex), errored trackpoints are getting transmitted twice. To fix this, I've modified the "run()" method of the "GarminGPS.java" class like this: [code] /** This method is listening for input from the GPS. */ public void run() { GarminPacket pack = null; while (active) { try { if (input.available() == 0) {.

    2009-08-03 10:43:28 UTC by nobody

Our Numbers