This project was created for educational purposes only.
The encoder applies the hamming code [12,4] to each symbol in the text.
UI - Main.java
Coder - Coder.java
Decoder - Decoder.java
Methods that are used in the encoder and decoder - Helpers.java
- You must have the JRE (minimum version 8) installed
- Download latest release-file.jar
- Open Terminal in directory, where you saved
.jar
file - Copy this command
java -cp hamming-code-VERSION-NUMBER.jar Main
, replace VERSION_NUMBER with current version and run it. - Just follow instructions on the screen :D