Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-08 | minor documentation fixes | Daniel Friesel | -0/+4 | |
2016-03-04 | Modem: Reset hamming state when (re)enabling the modem | Daniel Friesel | -1/+3 | |
2016-03-03 | add copyright notices | Daniel Friesel | -0/+10 | |
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 |