LibIPC: the simplest IPC library you'll probably find.
Go to file
2023-04-22 15:49:19 +02:00
src Add file lock to prevent running a service twice and remove old socket. 2023-02-15 15:12:09 +01:00
.gitignore
build.zig
libipc.h
makefile Makefile: build documentation. 2023-04-22 15:49:19 +02:00
README.md Add a makefile (build, install, serve-doc, dist). 2023-02-08 12:05:03 +01:00
TODO.md TODO: handle signals through the self-pipe trick. 2023-02-15 11:06:20 +01:00

libipc

libipc - Simple, easy-to-use IPC library.

Compilation

Either make or zig build.

For more options, see either the makefile or build.zig.

Install

make install
# By default, install in the /usr/local/ prefix, but it can be changed.
make install PREFIX=/usr/

Usage

See the dedicated repository.

Status

LibIPC reached a stable state and is usable. Performance is fine for most projects, but can be largely improved.