Skip to content

FS-make-simple/hamming-coder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAMMING ENC/DEC

Familiarization with the Hamming method of error-correcting coding, which allows to detect and automatically correct errors that occur during the transmission of information.

USAGE

./hammingenc input.file output.hmng [8/12/16/32/64]
./hammingdec input.hmng output.file [8/12/16/32/64]

2019

About

Simple example showing Hamming coding and decoding

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.0%
  • Makefile 2.0%