Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
czmq.h
✓ #include <czmq.h>
Create and destroy a PUB socket
#include <czmq.h>
#include <stdio.h>
int main() {
zsock_t *pub = zsock_new_pub(">tcp://*:5555");
printf("Publisher socket created\n");
zsock_destroy(&pub);
return 0;
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.