com.darwinsys:jpstrack

Ian Darwin's GeoTracking application (using Unix gpsd) and library.


Licenses
BSD-3-Clause/BSD-3-Clause

Documentation

jpstrack core

This is the Java SE version of jpstrack, and also the core library for other versions such as jpstrack.android.

HowTo - Build

Build with either maven, or Eclipse with M2E plugin installed (from Eclipse Market).

HowTo - Use with JavaSE

The JavaSe version assumes that you have gpsd installed and running someplace where you can contact it.

HowTo - Use as a Library

To use as a library for the Android version, run "maven install" which will build it and install into your $HOME/.m2/repository.

HowTo - Use with Android

To use this on Android, get the Android GUI project, from https://github.com/IanDarwin/jpstrack.android.