czmq

High-level C binding for ZeroMQ messaging library

brewmacoslinux
Try with needOr install directly
Source

About

High-level C binding for ZeroMQ

Commands

czmq

Examples

Create a simple request-reply socket pair for messaging$ czmq_example # Requires C program linking against libczmq
Use czmq in a C program by including the header$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libczmq)
Verify czmq library installation and version$ pkg-config --modversion libczmq