Hacktoberfestrepo / hacktoberfest2021

For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
84 stars 340 forks source link

Added a tool that helps understanding hamming code #376

Closed amit-sides closed 2 years ago

amit-sides commented 3 years ago

I created this script when I learned for my Networking course in university, I figured it can help other people too... Example usage: To calculate hamming code of 10011010 (8): python3 hamming.py -p 10011010 To validate hamming code and display it's code bits for 011100101010 (12): python3 hamming.py -c -p 011100101010 image