Skip to content

IPC Protocol

WXY edited this page May 24, 2020 · 1 revision

This page is WIP, breaking changes are likely on any entry not explicitly designated stable

Currently, the service uses Unix Domain Sockets (AF_UNIX) for IPC between its command line tool and the service proper.

  • This provides us with the efficiency of a binary protocol without any risk of remote code execution vulnerabilities.
  • The protocol is intended for remote clients embedded into other applications as extensions.
Clone this wiki locally