
A simple library implementing IPC via Unix Domain sockets.
See doc/README-IPC.txt for more information.


For now, only a quickly hacked up Makefile is available.

It does not install anything, you need to do that yourself.


In the progs/ folder, some example programs using the library are provided. Be
sure to look at example-informationservice.c in order to see how to use the
library. Also, ipcpipe.c should be intructional enough for those who want to
create their own IPC services.


Have fun!

Hans-Werner Hilse <hilse@web.de>, 2010
