/ :: code :: FECpp

FECpp is a BSD-licensed C++ forward error correction library. It is based on fec by Luigi Rizzo. It supports using SSE2 to optimize the GF(28) multiplications, which is the most computationally intensive portion of encoding and decoding.

Wrappers for Python using Boost.Python are also provided.

Read more about FECpp in my bitbashing post.

Current version 0.9 (2010-03-12): fecpp-0.9.tgz