Ede,

I guess the tricky part of reading waypoints and tracks directly from
a GPS receiver is two-fold:

[1] You have to use communication ports on the computer to talk to the
receiver. This seems to be a very operating specific task, which can
be a problem for cross-platform Java programs. It seems like most of
the open source solutions to this problem use a low-level native code
library to access the communication ports and then to pass data to a
Java program.

[2] You have to parse the Garmin communication protocol. I think the
GPSylon Library may already provide this functionality.

Landon


On Tue, May 5, 2009 at 4:09 AM, Edgar Soldin <edgar.sol...@web.de> wrote:
> SS,
>
> will do my very best .. ede
>>
>> P.S. - The next item for OpenJUMP GPS support: Creating GPX files
>> directly from a GPS receiver. Edgar will hopefully be able to offer me
>> some advice on this. :]
>>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to