Obsolete
/
libipc-old
Archived
3
0
Fork 0
OLD IMPLEMENTATION. The new one is in Zig and fucking ROCKS: https://git.baguette.netlib.re/Baguette/libipc Inter-Process Communication library based on unix sockets.
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
Lukc 8ec6483ccd Merge branch 'v0.2' of JunkOS/libipc into master 2019-07-27 16:34:03 +02:00
drop examples and utils 2019-07-27 15:48:10 +02:00
examples examples and utils 2019-07-27 15:48:10 +02:00
man some documentation (WIP) 2019-07-27 15:47:50 +02:00
src IPC version => 2 2019-07-27 15:53:19 +02:00
tests tests (WIP) 2019-07-27 15:48:56 +02:00
.gitignore .dSYM ignorés 2016-12-14 23:26:36 +01:00
Makefile libipc version 0.2 2019-07-27 15:46:04 +02:00
README.md some documentation (WIP) 2019-07-27 15:47:50 +02:00
project.zsh libipc version 0.2 2019-07-27 15:46:04 +02:00

README.md

libipc

libipc - Simple, easy-to-use IPC library

See the introductory man page.

Compilation

make

logging system

Logs are in one of the following directories: $XDG_DATA_HOME/ipc/ or $HOME/.local/share/ipc/. The log file can be indicated with the IPC_LOGFILE environment variable, too.

To remove logs: make LDFLAGS=-DIPC_WITHOUT_ERRORS