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
Karchnu a5877101eb WIP: no mem leaks on simple use. switch still to test. 2020-07-01 09:53:24 +02:00
examples WIP 2020-06-28 15:40:02 +02:00
man WIP 2020-06-27 19:16:07 +02:00
src WIP: no mem leaks on simple use. switch still to test. 2020-07-01 09:53:24 +02:00
tests WIP: no mem leaks on simple use. switch still to test. 2020-07-01 09:53:24 +02:00
.gitignore Meaningful error msg, -logging +directory management, indentation. 2020-01-01 12:11:34 +01:00
Makefile WIP: no mem leaks on simple use. switch still to test. 2020-07-01 09:53:24 +02:00
README.md some documentation (WIP) 2019-07-27 15:47:50 +02:00
project.zsh libipc now uses 64-bit float (double) timers. 2020-06-12 02:09:46 +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