Forward Error Correction
A transform stream module for node.js.
Motivation
Node is all about I/O, so this might help someone who was trying to do I/O over a crappy channel. I don't have any specific use for it at the moment.
Usage
npm install fec-stream
var fec = ;var encoder = method: fecmethodshamming84;var decoder = method: fecmethodshamming84;readableStream;
The available methods at this time are:
- Hamming(8,4)
Development
Run tests with mocha.
Todo
Raptor coding.