tierney / reed-solomon

Reed-Solomon Library (Ported to userspace from Linux Kernel)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for Reed-Solomon Library
============

Reed-Solomon Library (Ported to userspace from Linux Kernel)

This library is code from the Linux Kernel ported to userspace. The example
program demonstrates the use of the RS(255,223) Reed-Solomon FEC with generator
polynomial 0x187.

./autogen.sh
./configure
make

About

Reed-Solomon Library (Ported to userspace from Linux Kernel)

License:GNU General Public License v3.0


Languages

Language:C 92.4%Language:C++ 7.4%Language:Shell 0.2%