summaryrefslogtreecommitdiff
path: root/src/fecmodem.cc
AgeCommit message (Expand)AuthorLines
2016-03-04Modem: Reset hamming state when (re)enabling the modemDaniel Friesel-0/+6
2016-03-03add copyright noticesDaniel Friesel-0/+10
2016-02-26Disable hamming state reset logic (contains a -really- stuid bug)Daniel Friesel-2/+3
2016-02-13rename modem.rxWasReset() to more appropriate newTransmission()Daniel Friesel-1/+1
2016-02-12quick&dirty hamming buffer implementation.Daniel Friesel-0/+28
2016-02-12FECModem: set byte to 0 (frownie symbol) if it contained an uncorrectable errorDaniel Friesel-6/+8
2016-02-05add (untested) Hamming forward error correction code and corresponding classDaniel Friesel-0/+49