|
|
|
About This Project
The Hamming Code is an error detection and correction encoding
scheme used on networks to account for single bit transmission errors. This Shockwave
program successfully reverse-engineers the encoding scheme, to be able to do the following:
- Accept ASCII text input
- Convert the text to binary
- Encode the binary with the Hamming Code
- Simulate a 1-bit transmission error
- Correct the error using the Hamming Code
- Successfully decode the transmission to match the original message.
Play around with it to get experience with the code first-hand. A fun project. Enjoy! |
|
|
|