wbhoomika / python4beginners-Hacktoberfest21

Repository totally dedicated to Hacktober Fest 2021, feel free to use it.
14 stars 101 forks source link

Added a tool that helps understanding hamming code #189

Closed amit-sides closed 3 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