Registry / networking / aeron
library1.50.3vcpkgunverified

Efficient reliable UDP unicast, UDP multicast, and IPC message transport.

vcpkg install aeron
INSTALL
IMPORT
SIG · AERON
A
aeron
networkingcppv1.50.3
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.

aeron/aeron.h
#include <aeron/aeron.h>

Initialize an Aeron context and create an Aeron instance.

#include <aeron/aeron.h> int main() { aeron_context_t* ctx = aeron_context_new(); aeron_t* aeron = nullptr; aeron_init(&aeron, ctx); aeron_close(aeron); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.50.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

aeron — pip install aeron · libregistry