Implementation of RFC 6238 in Java.
Contains Client and Server app written in Java and Demo server in PHP.
Project was made at Gymnázium Nad Alejí as a Maturita exam work.
- Download it here at GitHub at Release page
- Compile it yourself
All of them are downloaded automatically by Apache Ant through Apache Ivy
You need to have Apache Ant and Java JDK installed to compile sources and create executable JAR files
To compile everything run:
ant jar
JAR files are then created in /build/jar
folder
Github Wiki has more details, but is written in Czech language only.