Skip to content

C++ library for Forward Error Correction using Reed Solomon

Notifications You must be signed in to change notification settings

irvingow/libfec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fec library

a fec library support forward error correction using reed solomon, get data package from caller, start encoding until get enough data packages from caller, and support getting original data from partial lost packages.

usage:

compile in debug mode:

cmake -DCMAKE_BUILD_TYPE=Debug ..

compile in release mode:

cmake -DCMAKE_BUILD_TYPE=Release ..

About

C++ library for Forward Error Correction using Reed Solomon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published