Skip to content

bruch-alex/hamming-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoder and Decoder

This project was created for educational purposes only.

The encoder applies the hamming code [12,4] to each symbol in the text.

Project Structure

UI - Main.java

Coder - Coder.java

Decoder - Decoder.java

Methods that are used in the encoder and decoder - Helpers.java

How to run it?

  1. You must have the JRE (minimum version 8) installed
  2. Download latest release-file.jar
  3. Open Terminal in directory, where you saved .jar file
  4. Copy this command java -cp hamming-code-VERSION-NUMBER.jar Main, replace VERSION_NUMBER with current version and run it.
  5. Just follow instructions on the screen :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages