libipc-examples/c
Philippe PITTOLI 6b9c65a549 C implementation: new LibIPC API. 2024-06-16 01:15:54 +02:00
..
.gitignore Add git ignore on C binaries. 2023-02-09 13:25:43 +01:00
README.md Update all READMEs. 2023-02-09 16:26:29 +01:00
makefile Include a pkg-config call for LDFLAGS. 2024-05-31 19:35:04 +02:00
pong.c C implementation: new LibIPC API. 2024-06-16 01:15:54 +02:00
pongd.c C implementation: new LibIPC API. 2024-06-16 01:15:54 +02:00

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