Arduino KVComm  master
Key-Value pair communication library for Arduino
Classes
CRC integrity checks

Cyclic Redundancy Check for SLIP communication. More...

Collaboration diagram for CRC integrity checks:

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...
 

Detailed Description

Cyclic Redundancy Check for SLIP communication.

See also
Boost::CRC