You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philippe Pittoli 0585110df4
Update all READMEs.
10 months ago
..
.gitignore Add git ignore on C binaries. 10 months ago
README.md Update all READMEs. 10 months ago
makefile Add makefiles: some useful debug and build utils. 10 months ago
pong.c Add C examples. 10 months ago
pongd.c Add C examples. 10 months ago

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