Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Reed-Solomon Encoding/Decoding

1 view
Skip to first unread message

Matthew

unread,
Aug 5, 2003, 4:59:38 PM8/5/03
to
There are many posts in the archive of this group and others as well
as in the FAQ about implementations of Reed-Solomon in both C and C++.
Unfortunately, all of the discussion is from the mid to late 90s and
link and emails all seem to be dead ends at this point (someone should
probably pull the FAQ link).

Can anyone point me to public domain source code in C or C++
(preferred) for Reed-Solomon encoding/decoding?

-Matthew

Stuart Caie

unread,
Aug 5, 2003, 6:01:57 PM8/5/03
to
Matthew wrote:
> Can anyone point me to public domain source code in C or C++
> (preferred) for Reed-Solomon encoding/decoding?

See the Error Correcting Codes page, http://www.eccpage.com/

On there, there is http://www.eccpage.com/rs.c
It's not Public Domain, but its license amounts to "credit the author".

Regards
Stuart

Stefano Lonardi

unread,
Aug 5, 2003, 7:31:09 PM8/5/03
to

Matthew,
I strongly suggest Phil Karn's implementation

http://www.ka9q.net/code/fec/

I personally used in my error-resilent LZ-77 and it works perfectly.

Stefano

0 new messages