Download List

專案描述

FECpp is a C++ library implementing a fast forward
error correction code, sometimes also called an
erasure code. These codes are used to split input
data into a set of n shares, with the property
that if any subset of at least k shares survives,
the original data can be recovered by the decoder.
The number of share losses the code will tolerate
can be parameterized during encoding, allowing the
code to be adapted to to a variety of loss
scenarios. FECpp is bit-for-bit compatible with
several other FEC libraries.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-13 08:19
0.9

A Python wrapper (using Boost.Python) is now included, as are several example and test programs written in Python. A bug that caused some decoded shares to be emitted more than once has been fixed.
標籤: Python, Bugfixes

2009-01-21 06:38
0.8

First public release. SSE2 is used to accelerate GF(2^8) arithmetic operations, which on x86-64 processors is about twice as fast as using the typical table-lookup implementation.
標籤: Initial freshmeat announcement

Project Resources