summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/reed-solomon/README.karn
blob: f30644ffea8442192981bc2a64f7918cdbe6b76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This package implements a general purpose Reed-Solomon encoding and decoding
facility. See the rs.3 man page for details.

To install, simply do the following after extracting this tarball into
an empty directory:

./configure
make
make install

The command "make test" runs a battery of encode/decode tests using a
variety of RS codes using random data and random errors. Each test
should pass with an "OK"; if any fail, please let me know so I can
track down the problem.

Phil Karn (karn@ka9q.net) 1 Jan 2002

Copyright 2002, Phil Karn, KA9Q
This software may be used under the terms of the GNU General Public License (GPL).