Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taimos/GPSd4Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About GPSd4Java

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.

Use GPSd4Java

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

<repositories>
	<repository>
		<id>hoegergroup-repo</id>
		<name>Repository on forge.hoegergroup.de</name>
		<url>http://maven.forge.hoegergroup.de/</url>
	</repository>
</repositories>

<dependencies>
	<dependency>
		<groupId>de.taimos</groupId>
		<artifactId>gpsd4java</artifactId>
		<version>1.0.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.1.0-SNAPSHOT</version>
	</dependency>
</dependencies>

About

GPSd client library written in Java

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Languages