GPSd4Java is a library to use data from the GPSd deamon in your java applications. It provides a library to connect to GPSd and retrieve data.
This project started in January 2011 so there is not many information available yet. You may help and contribute if you want.
You can use GPSd4Java with a Maven project. Just add the following lines to your pom.xml.
<dependencies> <dependency> <groupId>de.taimos</groupId> <artifactId>gpsd4java</artifactId> <version>1.1.0</version> </dependency> </dependencies>
[Version 1.1.0 - 20120315]
The version 1.1.0 was released on March 15th, 2012 and can be found at maven central
[Version 1.0.0 - 20111013]
The first stable version was released on October 13th, 2011 and can be found here
[Version 0.1 - 20110202]
The first version(0.1) was released on February 2nd, 2011 and can be found here
The source code can be found on GitHub.
URL: https://github.com/taimos/GPSd4Java
For read-only access use: git://github.com/taimos/GPSd4Java.git
You can also subscribe to the project's mailing list at: gpsd4java@lists.hoegergroup.de
More project and source code information is available at ohloh.