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

Skip to content

Commit 88d104a

Browse files
committed
add README
1 parent 98d49b0 commit 88d104a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
About GPSd4Java
2+
===============
3+
4+
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.
5+
6+
This project started in January 2011 so there is not many information available yet. You may help and contribute if you want.
7+
8+
Use GPSd4Java
9+
=============
10+
11+
You can use GPSd4Java with a Maven project. Just add the following lines to your pom.xml.
12+
13+
<repositories>
14+
<repository>
15+
<id>hoegergroup-repo</id>
16+
<name>Repository on forge.hoegergroup.de</name>
17+
<url>http://maven.forge.hoegergroup.de/</url>
18+
</repository>
19+
</repositories>
20+
21+
<dependencies>
22+
<dependency>
23+
<groupId>de.taimos</groupId>
24+
<artifactId>gpsd4java</artifactId>
25+
<version>1.0.0</version>
26+
</dependency>
27+
</dependencies>

0 commit comments

Comments
 (0)