summaryrefslogtreecommitdiff
path: root/src/hamming.h
AgeCommit message (Collapse)AuthorLines
2016-03-03add copyright noticesDaniel Friesel-0/+10
2016-02-05add (untested) Hamming forward error correction code and corresponding classDaniel Friesel-0/+37
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