File: control

package info (click to toggle)
vdmfec 1.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 312 kB
  • ctags: 138
  • sloc: ansic: 1,291; makefile: 48
file content (21 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: vdmfec
Section: misc
Priority: extra
Maintainer: Andreas Tille <tille@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), patchutils (>= 0.2.25), debhelper (>= 5)
Standards-Version: 3.7.3
Homepage: http://members.tripod.com/professor_tom/archives/

Package: vdmfec
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: recover lost blocks using Forward Error Correction
 VDMFEC implements Block ECC using a Forward Error Correction
 (FEC) code based on Vandermonde (VDM) matrices in GF(2^8) due
 to Luigi Rizzo. Given the FEC parameters K and N, with N
 greater than K, N blocks are written for every K input blocks
 in such a way that any K blocks are sufficient to reconstruct
 the data. That is, up to N - K blocks out of every group of N
 blocks may be lost without loss of data. Its primary
 application is intended to be in recovering data from
 unreliable media such as diskettes.