Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xhericles/hammingcode

Hamming code implementation in Java language
https://github.com/0xhericles/hammingcode

binary bits code error-handling hamming oac ufcg

Last synced: about 2 months ago
JSON representation

Hamming code implementation in Java language

Awesome Lists containing this project

README

        

# Hamming Code Implementation

Hamming code implementation in Java language
The code consists of detecting and correcting errors in a sequence of bits

If more error-correcting bits are included with a message, and if those bits can be arranged such that different incorrect bits produce different error results, then bad bits could be identified. In a seven-bit message, there are seven possible single bit errors, so three error control bits could potentially specify not only that an error occurred but also which bit caused the error.
*From Wikipedia*

> Developed for the discipline "Organization and Architecture of Computers", of the course "Computer Science" at the Federal University of Campina Grande. 2018