Skip to main content

Module pipe

Module pipe 

Source
Expand description

Pipe interface: subprocess stdin/stdout with HDLC framing.

Matches Python PipeInterface.py. Spawns a subprocess, communicates via piped stdin/stdout using HDLC framing for packet boundaries. Auto-respawns subprocess on failure.

Structs§

PipeConfig
Configuration for a pipe interface.

Functions§

start
Start the pipe interface. Spawns subprocess, returns writer.