• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D25-Feb-2002932 2919

ccsds.hH A D13-Feb-200241 21

char.hH A D13-Feb-20021.6 KiB5841

config.guessH A D06-Dec-200138.4 KiB1,3721,192

config.subH A D06-Dec-200126.9 KiB1,3631,223

configureH A D13-Feb-200242.6 KiB1,3711,108

configure.inH A D13-Feb-2002760 4032

decode_rs.cH A D25-Feb-20026.7 KiB263196

decode_rs_ccsds.cH A D13-Feb-2002699 2815

encode_rs.cH A D13-Feb-20021.2 KiB5338

encode_rs_ccsds.cH A D13-Feb-2002666 2512

exercise.cH A D25-Feb-20022.9 KiB12297

fixed.hH A D13-Feb-2002990 4027

gen_ccsds.cH A D13-Feb-2002759 3527

gen_ccsds_tal.cH A D13-Feb-20021.5 KiB5230

init_rs.cH A D13-Feb-20023.2 KiB12790

install-shH A D06-Dec-20015.5 KiB252153

int.hH A D13-Feb-20021.6 KiB5741

makefile.inH A D03-May-20222.2 KiB10065

rs.3H A D25-Feb-20027.6 KiB199152

rs.hH A D13-Feb-20021.3 KiB3617

rs4.hH A D12-Feb-20021.2 KiB3215

rstest.cH A D25-Feb-20022.3 KiB10183

README

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
16Under Mac OS X, "make test" is known to fail on the last test
17(65535,65503).  This is nothing serious. Apparently that system has a
18tighter limit on stack space than the typical Linux system, but this
19particular Reed-Solomon code is far larger than anything you're likely
20to use in practice anyway.
21
22Phil Karn (karn@ka9q.net) 25 Feb 2002
23
24Copyright 2002, Phil Karn, KA9Q
25This software may be used under the terms of the GNU General Public License (GPL).
26
27
28
29