Download List

Descripción del Proyecto

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

Un contenedor de Python (usando Boost.Python) se incluye ahora, como son ejemplo y prueba de varios programas escritos en Python. Un error que causaba algunas acciones a ser emitidas decodificado más de una vez se ha solucionado.
Tags: Python, Bugfixes
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.

2009-01-21 06:38
0.8

Primera versión pública. SSE2 se usa para acelerar GF (2 ^ 8) las operaciones aritméticas, que en los procesadores x86-64 es de aproximadamente dos veces más rápido utilizando el cuadro típico de la aplicación de búsqueda.
Tags: Initial freshmeat announcement
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.

Project Resources