summaryrefslogtreecommitdiff
path: root/src/fecmodem.h
AgeCommit message (Collapse)AuthorLines
2016-02-14update modem/fecmodem documentationDaniel Friesel-0/+20
2016-02-12quick&dirty hamming buffer implementation.Daniel Friesel-0/+11
2016-02-05add (untested) Hamming forward error correction code and corresponding classDaniel 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