Expand description
Unix socket IPC server for daemon communication.
Provides a simple request/response protocol over Unix domain sockets for communicating with the running daemon. Supports commands like status, stop, and stats.
Enums§
- Daemon
Command - Commands that can be sent to the daemon via IPC.
- Daemon
Response - Responses from the daemon to IPC commands.
Functions§
- run_
server - Runs the IPC server on the given Unix socket path.
- send_
command - Sends a command to the daemon and returns the response.
- send_
command_ sync - Synchronous wrapper for sending a command to the daemon.