daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
790 stars 163 forks source link

Use Reed-Solomon code from GNU Radio 3.9 #250

Open daniestevez opened 3 years ago

daniestevez commented 3 years ago

An earlier attempt at this is in the gr-fec-rs branch. Since then, the Reed-Solomon blocks in gr-satellites have been refactored. This enhancement will help us remove the code taken from Phil Karn's libfec from gr-satellites. Once this is done, the Debian copyright information needs to be updated.

daniestevez commented 3 years ago

I've just pushed a new branch gr-fec-rs-3.9, but this doesn't work with GNU Radio 3.9 due to https://github.com/gnuradio/gnuradio/issues/4454