Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
Solomon Error Correcting block code, and writes the resulting block to
stdout. Ecc is capable of correcting three byte errors in a block of
255 bytes, and is capable of detecting more severe errors.
|