1This package implements a general purpose Reed-Solomon encoding and decoding
2facility. See the rs.3 man page for details.
3
4To install, simply do the following after extracting this tarball into
5an empty directory:
6
7./configure
8make
9make install
10
11The command "make test" runs a battery of encode/decode tests using a
12variety of RS codes using random data and random errors. Each test
13should pass with an "OK"; if any fail, please let me know so I can
14track down the problem.
15
16Phil Karn (karn@ka9q.net) 1 Jan 2002
17
18Copyright 2002, Phil Karn, KA9Q
19This software may be used under the terms of the GNU General Public License (GPL).
20
21
22
23