libipc-examples/c
Philippe Pittoli 0585110df4 Update all READMEs. 2023-02-09 16:26:29 +01:00
..
.gitignore
README.md Update all READMEs. 2023-02-09 16:26:29 +01:00
makefile
pong.c
pongd.c

README.md

LibIPC C examples: pong and pongd (simple service and its client, just echoing received messages). Implementations are straightforward.

Build

make

Some options are available, such as static builds.

make STATIC=1 # Build static executables.

Usage

./zig-out/bin/pongd # run the service
./zig-out/bin/pong  # run the client

LICENSE

ISC