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 b567a25969
Zig build system updated: can compile static binaries.
10 months ago
..
lib First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 10 months ago
src First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 10 months ago
README.md Update all READMEs. 10 months ago
build.zig Zig build system updated: can compile static binaries. 10 months ago
makefile Zig build system updated: can compile static binaries. 10 months ago

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