CZMQ API
CZMQ/2.2.1 API Reference
v3.0 master | v2.2 stable | v1.4 stable
- czmq - high-level C binding for ØMQ
- zauth - authentication for ZeroMQ security mechanisms
- zbeacon - LAN discovery and presence
- zcertstore - work with CURVE security certificate stores
- zcert - work with CURVE security certificates
- zchunk - work with memory chunks
- zclock - millisecond clocks and delays
- zconfig - work with config files written in rfc.zeromq.org/spec:4/ZPL.
- zctx - working with 0MQ contexts
- zdigest - provides hashing functions (SHA-1 at present)
- zdir_patch - work with directory patches
- zdir - work with file-system directories
- zfile - provides methods to work with files in a portable fashion.
- zframe - working with single message frames
- zhash - generic type-free hash container
- zlist - generic type-free list container
- zlog - logging class
- zloop - event-driven reactor
- zmonitor - socket event monitor
- zmsg - working with multipart messages
- zmutex - working with mutexes
- zpoller - trivial socket poller class
- zproxy - run a steerable proxy in the background
- zrex - work with regular expressions
- zsocket - working with 0MQ sockets
- zsockopt - get/set 0MQ socket options
- zstr - sending and receiving strings
- zsys - system-level methods
- zthread - working with system threads
- ztree - generic type-free red-black tree container
- zuuid - UUID support class