Registry / networking / zyre
library2025-06-25vcpkgunverified

An open-source framework for proximity-based peer-to-peer applications

vcpkg install zyre
INSTALL
IMPORT
SIG · ZYRE
Z
zyre
networkingcppv2025-06-25
harness data pending
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.

zyre.h
#include <zyre.h>

Minimal usage of zyre

#include <zyre.h> #include <iostream> int main() { zyre_t *node = zyre_new("my-node"); zyre_start(node); std::cout << "Zyre node started" << std::endl; zyre_destroy(&node); return 0; }
Debug
Known issues
gotchaRequires ZeroMQ (libzmq) to be installed
fix
Ensure ZeroMQ is available; vcpkg handles this automatically
affects: all
Upgrade
Version history
2025-06-25latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources

No resource links recorded.

zyre — pip install zyre · libregistry