Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-02-14 | update modem/fecmodem documentation | Daniel Friesel | -0/+20 | |
2016-02-12 | quick&dirty hamming buffer implementation. | Daniel Friesel | -0/+11 | |
2016-02-05 | add (untested) Hamming forward error correction code and corresponding class | Daniel Friesel | -0/+20 | |
The system now uses a FECModem instance, which inherits the receive methods etc. from Modem. Up next: Make the modem's buffer read methods private and expose them in error-corrected FECModem methods instead |