Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Cyclic Redundancy Check for SLIP communication. More...
Classes | |
class | SLIPParserCRC< CRC > |
Class for parsing SLIP packets with a CRC checksum to check the integrity of the packets. More... | |
class | SLIPSenderCRC< Sender, CRC > |
Class for sending SLIP packets with a CRC checksum to check the integrity of the packets. More... | |
class | SLIPStreamCRC< CRC > |
Class that implements SLIP, a simple packet framing protocol, and that uses cyclic redundancy checks (CRCs) on transmitted and received packets. More... | |
Cyclic Redundancy Check for SLIP communication.