libipc-examples/zig
Philippe PITTOLI 2a8b4a198f Sub module init. 2024-06-06 16:11:03 +02:00
..
lib
src s/var/const/ 2024-06-06 01:07:33 +02:00
README.md
build.zig
makefile Sub module init. 2024-06-06 16:11:03 +02:00

README.md

Zig LibIPC examples: pong and pongd (as you find in all other examples). tcpd and ipcd, to make any LibIPC application network-ready. Documentation will come soon for these.

Build

# Compiles all examples.
make

Several options are available.

# Compiles all examples.
make STATIC=1 # Build static executables.
make ZIG_OPTIM=ReleaseSmall # Build small executables.

Read the makefile.

Usage

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

LICENSE

ISC