Here's a fun Sunday puzzle for data minded people out there:

* COBS is a bit-stuffing technique, it changes the bitstream when encoding
* CRC is designed to defend against corruptions of the EXACT bit pattern on the wire

If I want to frame my messages with COBS, how do I also CRC them?

Comments