Arduino KVComm  master
Key-Value pair communication library for Arduino
Classes
SLIPStream.hpp File Reference
#include <SLIPStream/SLIPParser.hpp>
#include <SLIPStream/SLIPSender.hpp>
#include <Stream.h>
#include "SLIPStream.ipp"
Include dependency graph for SLIPStream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLIPStream
 Class that implements SLIP, a simple packet framing protocol. More...
 
struct  SLIPStream::StreamSender
 Functor that sends bytes over an Arduino Stream. 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...