Arduino KVComm  master
Key-Value pair communication library for Arduino
Modules | Namespaces | Classes
SLIP communication

Implementation of SLIP, a simple packet framing protocol. More...

Collaboration diagram for SLIP communication:

Modules

 CRC integrity checks
 Cyclic Redundancy Check for SLIP communication.
 

Namespaces

 SLIP_Constants
 SLIP special character codes.
 

Classes

class  SLIPParser
 Class for parsing SLIP packets. More...
 
class  SLIPSender< Sender >
 Class for sending SLIP packets. More...
 
class  SLIPStream
 Class that implements SLIP, a simple packet framing protocol. More...
 

Detailed Description

Implementation of SLIP, a simple packet framing protocol.

See also
RFC 1055