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.
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.
- 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.