Saturday, February 20, 2016

Backups Using OTP

Here's how we roll:
  • 00000-clear.dat (ZIP) consists of
    • md5sum.txt (of data.ZIP)
    • data.ZIP
  • 00000-ct.dat (cipher text of 00000-clear.dat)
  • 00000-otp.dat (one time pad used to create 00000-ct.dat)
Example Implementation:

Cryptomni 1.1

Thursday, February 04, 2016

GPX Parser (Java)


GPX Base Link:
http://www.topografix.com/gpx.asp

A search on the Maven Central Repository shows this:
GroupId                    ArtifactId
---------------------------------------------------------
org.vesalainen.gpx    GPX11
ca.carleton.gcrc    nunaliit2-gpx
ca.carleton.gcrc    nunaliit2-gpx-jaxb
com.revolsys.open    com.revolsys.open.gis.gpx

Geographic Information Systems Stack Exchange

Geographic Information Systems Stack Exchange
http://gis.stackexchange.com/

GPS Calculation Libraries (Java)

Geocalc
https://github.com/grumlimited/geocalc

Tuesday, February 02, 2016

GPS Logger for Android

GPS Logger for Android
http://code.mendhak.com/gpslogger/

NOTE - The Garmin GLO can evidently update position location information 10 times per second.

One reviewer claimed that the Windows version of OziExplorer could keep up with the 10Hz update rate of the Garmin GLO.

Here is the base link for OziExplorer:
http://www.oziexplorer.com/

I installed a trial version on my Nexus II Android tablet