+

+About GPSd4Java

GPSd4Java is a library to use data from the GPSd daemon 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.

- -

Use GPSd4Java

+

+Use GPSd4Java

You can use GPSd4Java with a Maven project. Just add the following lines to your pom.xml.

@@ -45,7 +33,7 @@

Use GPSd4Java

<dependency> <groupId>de.taimos</groupId> <artifactId>gpsd4java</artifactId> - <version>1.1.0</version> + <version>1.6</version> </dependency> </dependencies> @@ -56,7 +44,7 @@

Use GPSd4Java

<repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> </repositories> @@ -64,30 +52,20 @@

Use GPSd4Java

<dependency> <groupId>de.taimos</groupId> <artifactId>gpsd4java</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.7-SNAPSHOT</version> </dependency> </dependencies> -

Source Code

-

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.

-

-