Skip to content

dobrosi/GPSd4Java

This branch is 92 commits behind taimos/GPSd4Java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce47de1 · Jun 10, 2012

History

46 Commits
Oct 23, 2011
Jun 10, 2012
Mar 11, 2012
Mar 15, 2012
Oct 13, 2011
Jun 10, 2012
Mar 15, 2012
Jun 10, 2012

Repository files navigation

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.

Use GPSd4Java

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.2.0</version>
	</dependency>
</dependencies>

To get the latest development snapshot add the following lines to your pom.xml.

<repositories>
	<repository>
		<id>sonatype-nexus-snapshots</id>
		<name>Sonatype Nexus Snapshots</name>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
	</repository>
</repositories>

<dependencies>
	<dependency>
		<groupId>de.taimos</groupId>
		<artifactId>gpsd4java</artifactId>
		<version>1.3.0-SNAPSHOT</version>
	</dependency>
</dependencies>

About

GPSd client library written in Java

Resources

Stars

Watchers

Forks

Packages

No packages published