LibIPC usage examples in many languages.
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 4ba5aa93f3
Add a simple example.
4 months ago
c Update all READMEs. 8 months ago
crystal Add a simple example. 4 months ago
mk Zig build system updated: can compile static binaries. 8 months ago
zig Zig build system updated: can compile static binaries. 8 months ago
.gitignore First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 8 months ago
.gitmodules First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 8 months ago
README.md Update all READMEs. 8 months ago

README.md

LibIPC examples in many languages:

  • C
  • Zig
  • Crystal

and soon even more!

Build

Just type make in the right directory.

Some makefile utilities

All examples' makefiles include mk/makefile.utils. Go have a look. You'll be able to ask for a static build, run an application with valgrind with many options, and so on. For example: make STATIC=1 build will compile your example as a static executable (in all languages).