Skip to main content

Module ipc

Module ipc 

Source
Expand description

IPC module for communication between PTY wrappers and tmai parent process

Uses Unix domain sockets with newline-delimited JSON (ndjson) protocol for bidirectional communication.

Re-exports§

pub use client::IpcClient;
pub use server::IpcRegistry;
pub use server::IpcServer;

Modules§

client
IPC client for PTY wrapper process
protocol
IPC protocol definitions for tmai wrapper ↔ parent communication
server
IPC server for tmai parent process