1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/libraries/rscode
2014-08-16 16:58:16 +02:00
..
.no-auto-format Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
berlekamp.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
config.doc Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
crcgen.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
ecc.h OP-922 Comment out the unused DEBUG variable in rscode 2014-08-16 16:58:16 +02:00
example.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
galois.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
gpl.txt Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
library.mk Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
LICENSE Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
Makefile Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
README Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
rs.c OP-922 Comment out the unused DEBUG variable in rscode 2014-08-16 16:58:16 +02:00
rs.doc Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00

RSCODE version 1.3

See the files

config.doc 	documentation of some compile time parameters
rs.doc 		overview of the Reed-Solomon coding program
rs.man		a man page, slightly outdated at this point
example.c	a simple example of encoding,decoding, and error correction

Makefile	should work on a Sun system, may require GNU make.


Henry Minsky
hqm@alum.mit.edu


 * (c) Henry Minsky (hqm@alum.mit.edu) 1991-2009
 *
 * This software library is licensed under terms of the GNU GENERAL
 * PUBLIC LICENSE. (See gpl.txt)
 * 
 * Commercial licensing is available under a separate license, please
 * contact author for details.
 *
 * Source code is available at http://rscode.sourceforge.net