module

RNS::HDLC

HDLC framing helpers used by Serial, TCP, Pipe, and I2P interfaces. Simplified HDLC framing similar to PPP.

Constants

ESC = 125_u8
ESC_MASK = 32_u8
FLAG = 126_u8

Class methods

escape(data : Bytes) : Bytes
Source
frame(data : Bytes) : Bytes
Source
unescape(data : Bytes) : Bytes
Source