Skip to content

BlgnrSoftDev/Hamming_Code_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Hamming Code ?

In computer science and computer networks, Hamming codes are used to detect bit errors during transmission. Hamming codes can detect 1 and 2 bit errors but it can only correct 1 bit errors. Hamming codes named after his inventor Richard W. Hamming.


Project Details

In this project, only single error detection and single error correction can be done.!

  • You can enter data with any length you want.
  • After clicked convert button, You can see Syndrome word(parity bits embedded inside data bits.) and calculated parity bits, respectively.
  • If you like you can make mistakes on stored syndrome word with entering your changed syndrome word to second input field and click change button. Then program will detect and show fixed syndrome and position which error is occured.

How To Run Project

  • If you like you can clone this repository on your local machine and open index.html file with any browser.
  • I also published this app on web. You can click link and give a try this app.

About

BLM0220 Computer Architecture and Organization Course Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published