Expand description
IPC Communication
IPC protocol and client for module-to-node communication.
Modules communicate with the node via Inter-Process Communication (IPC) using Unix domain sockets. This module provides the protocol types and client implementation.
Re-exports§
pub use protocol::*;
Modules§
Structs§
- Module
IpcClient - IPC client for modules to communicate with node