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§
- Pipe
Config - Configuration for a pipe interface.
Functions§
- start
- Start the pipe interface. Spawns subprocess, returns writer.