Module serial

Module serial 

Source
Expand description

§ndn_faces::serial — Serial port faces

NDN face transport over serial (UART) links, suitable for embedded and IoT deployments. Uses COBS (Consistent Overhead Byte Stuffing) framing to delimit NDN packets on a byte stream.

§Key types

Re-exports§

pub use serial::SerialFace;
pub use serial::serial_face_open;

Modules§

cobs
COBS (Consistent Overhead Byte Stuffing) codec for serial framing.
serial