On 20.07.2010 10:41, Matthias Scholz wrote:
> Hi Edgar,
>
> I would like to help with OJ GPS support, if we talk about live GPS
> support. For *nix systems we should have a gpsd(http://gpsd.berlios.de/)
> support. If I use a gps device, then I use it mostly with more than one
> application which consumes GPS data. So the gpsd is a great solution :-)
>

This is on my todo list.. But first things first I start by reactivating serial 
gps support.

greetings ede

> Regards
>
> Matthias
>> Hi all,
>>
>> just uploaded
>> http://jamoke.net/gpstest.zip
>>
>> extracted you will find a folder ./gpstest containing modified versions of 
>> gpsylon and rxtx. Essentially rxtx is patched to autoload the native 
>> libraries needed for win32/64 and linux32/64 and allow the user to easily 
>> supply another version for other os's.
>>
>> I hereby ask whoever is interested to help or just to have oj gps support to 
>> check if the serial device access is working in his/her platform. I tested 
>> Windows XP 32 and Debian Linux 32 already.
>>
>> Therefore please enter the gpstest folder and issue the following commands 
>> in the command line / terminal of your os.
>>
>> java -cp "path/to/gpstest.jar" org.dinopolis.gpstool.gpsinput.SerialPortList
>>
>> if working gives you a list of available serial ports. On success and with a 
>> gps mouse at hand you might try to receive raw data from it.
>>
>> java -jar "path\to\gpstest.jar" (gives a list of all parameters)
>> e.g.
>> java -jar "path\to\gpstest.jar" -d COM4 --rawdata
>>
>> COM4 might be /dev/ttyS1 on linux or else on other os's. Actually you could 
>> simply try to connect each detected port from SerialPortList with connected 
>> serial gps receiver. You might have to adjust the serial parameters though.
>>
>> Eventually: When you want to try Mac OS or others, please do the following. 
>> Go to
>>
>> http://rxtx.qbang.org/wiki/index.php/Download
>>
>> and try to find the native library for your os. Put it in gpstool/rxtx/ . 
>> Now run the tests above.
>>
>>
>> Please send your findings and output to the devel list 
>> (jump-pilot-devel@lists.sourceforge.net) or directly to me please.
>>
>> Thanks ede
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Sprint
>> What will you do first with EVO, the first 4G phone?
>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 
public class WhoDidIt{ // A comment. I love comments
   private static Person sender;

   public static void main (String[] foo){

   sender = new Person();
   sender.setName(new String[]{"Edgar", "Soldin"});

   Address address = new Address();
   address.setStreet("Stadtweg 119");
   address.setZip(39116);
   address.setCity("Magdeburg");
   address.setCountry("Germany");

   sender.setAddress(address);

   sender.setMobilePhone(" +49(0)171-2782880 ");
   sender.setWebSiteUrl(" http://www.soldin.de ");
   sender.setEmail(" ed...@soldin.de ");
   sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
   sender.setGender(true);

   System.out.println(sender.toString());
   }
}

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to