azmq v2023-03-23
- Created
- 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.).
# License
Unknown
# Supported Platforms
All platforms are 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 44 transitive dependencies:
- boost-algorithm
>= v1.86.0
(by boost-date-time ) - boost-align
>= v1.86.0
(by boost-asio ) - boost-array
>= v1.86.0
(by boost-algorithm ) - boost-atomic
>= v1.86.0
(by boost-thread ) - boost-bind
>= v1.86.0
(by boost-algorithm ) - boost-chrono
>= v1.86.0
(by boost-thread ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-concept-check
>= v1.86.0
(by boost-algorithm ) - boost-container-hash
>= v1.86.0
(by boost-fusion ) boost-context
>= v1.86.0
(by boost-asio )Platforms:
!uwp & !emscripten
- boost-conversion
>= v1.86.0
(by boost-range ) - boost-core
>= v1.86.0
(by boost-align ) boost-coroutine
>= v1.86.0
(by boost-asio )Platforms:
!(arm & windows) & !uwp & !emscripten
- boost-date-time
>= v1.86.0
(by boost-asio ) - boost-describe
>= v1.86.0
(by boost-container-hash ) - boost-detail
>= v1.86.0
(by boost-iterator ) - boost-dynamic-bitset
>= v1.86.0
(by boost-random ) - boost-exception
>= v1.86.0
(by boost-coroutine ) - boost-function
>= v1.86.0
(by boost-algorithm ) - boost-function-types
>= v1.86.0
(by boost-iterator ) - boost-functional
>= v1.86.0
(by boost-fusion ) - boost-fusion
>= v1.86.0
(by boost-iterator ) - boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-pool ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-move
>= v1.86.0
(by boost-smart-ptr ) - boost-mp11
>= v1.86.0
(by boost-context ) - boost-mpl
>= v1.86.0
(by boost-function-types ) - boost-numeric-conversion
>= v1.86.0
(by boost-date-time ) - boost-pool
>= v1.86.0
(by boost-context ) - boost-predef
>= v1.86.0
(by boost-winapi ) - boost-preprocessor
>= v1.86.0
(by boost-utility ) - boost-ratio
>= v1.86.0
(by boost-chrono ) - boost-smart-ptr
>= v1.86.0
(by boost-context ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-tokenizer
>= v1.86.0
(by boost-date-time ) - boost-tuple
>= v1.86.0
(by boost-exception ) - boost-type-traits
>= v1.86.0
(by boost-integer ) - boost-typeof
>= v1.86.0
(by boost-functional ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-unordered
>= v1.86.0
(by boost-algorithm ) - boost-variant2
>= v1.86.0
(by boost-system ) - boost-winapi
>= v1.86.0
(by boost-pool )
# Host Dependencies
3 transitive dependencies:
- vcpkg-boost (by boost-cmake )
- vcpkg-cmake (by boost-cmake )
- vcpkg-cmake-config (by boost-cmake )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Robert Schumacher
- NancyLi1013
- Billy O'Neal
- Connor Broyles
- Jón Bjarni
# Changelog
8d8e676
[azmq] Initial commit of 1.0.2