Skip to content

The repository implements a parity bit encoder and decoder in C, allowing for error detection and correction in data transmission.

Notifications You must be signed in to change notification settings

greenoctopus20/parity_bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parity_bit

To run the program : ./main

-e (encode)  fileinput fileoutput 
	
-d (decode)  fileinput fileoutput 
	
-c (channel) fileinput fileoutput 

to build :

make clean && make

About

The repository implements a parity bit encoder and decoder in C, allowing for error detection and correction in data transmission.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published