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
Philippe PITTOLI 290a693572 project.zsh and Makefile: handle dependencies correctly. `make dist` ok. 2020-04-27 03:43:11 +02:00
examples Improved pong(d) examples. 2020-01-28 13:39:06 +01:00
man
src buffer from 2K to 2M, there is room to improve performances here 2020-02-06 00:58:19 +01:00
tests Read-write loop test. 2020-01-28 13:41:09 +01:00
.gitignore
Makefile project.zsh and Makefile: handle dependencies correctly. `make dist` ok. 2020-04-27 03:43:11 +02:00
README.md
project.zsh project.zsh and Makefile: handle dependencies correctly. `make dist` ok. 2020-04-27 03:43:11 +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