azmqv2025-11-30
- Updated
Boost Asio style bindings for ZeroMQ
This library is built on top of ZeroMQ's standard C interface and is intended to work well with C++ applications which use the Boost libraries in general, and Asio in particular.
The main abstraction exposed by the library is azmq::socket which provides an Asio style socket interface to the underlying zeromq socket and interfaces with Asio's io_service(). The socket implementation participates in the io_service's reactor for asynchronous IO and may be freely mixed with other Asio socket types (raw TCP/UDP/Serial/etc.).
- Project website: https://github.com/zeromq/azmq
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
- boost-asio
- boost-assert
- boost-config
- boost-container
- boost-format
- boost-intrusive
- boost-iterator
- boost-lexical-cast
- boost-logic
- boost-optional
- boost-random
- boost-range
- boost-regex
- boost-system
- boost-thread
- boost-utility
- zeromq
and 43 transitive dependencies:
- boost-algorithm
>= v1.92.0(through boost-date-time) - boost-align
>= v1.92.0(through boost-asio) - boost-array
>= v1.92.0(through boost-algorithm) - boost-atomic
>= v1.92.0(through boost-thread) - boost-bind
>= v1.92.0(through boost-algorithm) - boost-chrono
>= v1.92.0(through boost-thread) - boost-cmake
>= v1.92.0(through boost-assert) - boost-compat
>= v1.92.0(through boost-system) - boost-concept-check
>= v1.92.0(through boost-algorithm) - boost-container-hash
>= v1.92.0(through boost-fusion) boost-context
>= v1.92.0(through boost-asio)Platforms:
!uwp & !emscripten- boost-conversion
>= v1.92.0(through boost-range) - boost-core
>= v1.92.0(through boost-align) - boost-date-time
>= v1.92.0(through boost-asio) - boost-describe
>= v1.92.0(through boost-container-hash) - boost-detail
>= v1.92.0(through boost-iterator) - boost-dynamic-bitset
>= v1.92.0(through boost-random) - boost-exception
>= v1.92.0(through boost-algorithm) - boost-function
>= v1.92.0(through boost-algorithm) - boost-function-types
>= v1.92.0(through boost-fusion) - boost-fusion
>= v1.92.0(through boost-iterator) - boost-headers
>= v1.92.0(through boost-config) - boost-integer
>= v1.92.0(through boost-pool) - boost-io
>= v1.92.0(through boost-utility) - boost-move
>= v1.92.0(through boost-intrusive) - boost-mp11
>= v1.92.0(through boost-system) - boost-mpl
>= v1.92.0(through boost-function-types) - boost-numeric-conversion
>= v1.92.0(through boost-date-time) - boost-pool
>= v1.92.0(through boost-context) - boost-predef
>= v1.92.0(through boost-winapi) - boost-preprocessor
>= v1.92.0(through boost-concept-check) - boost-ratio
>= v1.92.0(through boost-chrono) - boost-smart-ptr
>= v1.92.0(through boost-exception) - boost-static-assert
>= v1.92.0(through boost-date-time) - boost-throw-exception
>= v1.92.0(through boost-core) - boost-tokenizer
>= v1.92.0(through boost-date-time) - boost-tuple
>= v1.92.0(through boost-exception) - boost-type-traits
>= v1.92.0(through boost-concept-check) - boost-typeof
>= v1.92.0(through boost-fusion) - boost-uninstall
>= v1.92.0(through boost-cmake) - boost-unordered
>= v1.92.0(through boost-algorithm) - boost-variant2
>= v1.92.0(through boost-system) - boost-winapi
>= v1.92.0(through boost-system)
#Host Dependencies
3 transitive dependencies:
- vcpkg-boost (through boost-cmake)
- vcpkg-cmake (through vcpkg-boost)
- vcpkg-cmake-config (through vcpkg-boost)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Robert Schumacher
NancyLi1013
Billy O'Neal
Connor Broyles
Jón Bjarni
Connor Broyles