Skip to content

CDixon0416/Hamming-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Hamming-Codes

Based on 3Blue1Brown's video

Hamming codes, h■w to ov■rco■e n■ise.

usage: hamming_codes.py [-h] [--h ham] [--m message]

This script encrypts an 11 bit message into a ham code 16 bit message or
decrypts a ham coded 16 bit message into a 11 bit message.

optional arguments:
  -h, --help   show this help message and exit
  --h ham      Convert a ham coded string back to its original message
  --m message  Create a ham coded string from a message

About

Based on 3brown1blue's implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages