Skip to content

wanganran/online_codes

Repository files navigation

online_codes

A C++ implementation of Online codes(https://cs1.cs.nyu.edu/web/Research/TechReports/TR2002-833/TR2002-833.pdf), one class of rateless codes.

It supports any type of blocks as long as the XOR operator is available. Default is int.

Please refer to test.cpp to understand the usage.

Please compile the source files by a C++11 compiler, e.g., the C++ compiler in Visual Studio 2013.

About

A C++ implementation of Online codes, one class of rateless codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors