File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments