diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 11:54:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 11:58:47 +0200 |
commit | 4030943945ac5c69cb16d44c43f73105c92a2baf (patch) | |
tree | d45552d86bb54ecae62524db10fc6b53d2c0390b /src/fec/README.md | |
parent | 23999721c627200ca17b0a090239315450affe75 (diff) | |
download | dabmux-4030943945ac5c69cb16d44c43f73105c92a2baf.tar.gz dabmux-4030943945ac5c69cb16d44c43f73105c92a2baf.tar.bz2 dabmux-4030943945ac5c69cb16d44c43f73105c92a2baf.zip |
Add parts of ka9q libfec to src/fec/
Diffstat (limited to 'src/fec/README.md')
-rw-r--r-- | src/fec/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fec/README.md b/src/fec/README.md new file mode 100644 index 0000000..a44d28d --- /dev/null +++ b/src/fec/README.md @@ -0,0 +1,12 @@ +FEC routines from KA9Q's libfec +=============================== + +This folder contains part of the libfec library by KA9Q. Only the +char-sized Reed-Solomon encoder and decoder is here. + +The files have been copied from the libfec fork at +https://github.com/Opendigitalradio/ka9q-fec + +Original code is at http://www.ka9q.net/code/fec/ + +All files in this folder are licenced under the LGPL v2.1, please see LICENCE |