libwaltham0
Wayland-style network IPC library
Waltham is a network IPC library designed to resemble Wayland both protocol and protocol-API wise. Protocol is described in XML files. A generator translates XML into C code at build time. The major differences from Wayland to Waltham are: * Waltham uses TCP sockets for communication * Waltham cannot send file descriptors * Waltham API is minimal and symmetric between server and client sides * Waltham does not provide an event loop implementation * the "registry" implementation is left out of the library, only the interface is provided * no multi-threading support for sharing objects between threads
MIT