Skip to Content

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

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

and 44 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Robert Schumacher's avatar Robert Schumacher
  • NancyLi1013's avatar NancyLi1013
  • Billy O'Neal's avatar Billy O'Neal
  • Connor Broyles's avatar Connor Broyles
  • Jón Bjarni's avatar Jón Bjarni

# Changelog

  • 8af5fd1 [azmq] update to 2023-03-23 (#34193)
  • fe8bfda [azmq] update to v1.0.3 (#26212)
  • b295670 Bulk convert control files. (#19986)
  • d0a4655 [azmq] Update to latest commit and support boost 1.70 (#10288)
  • 8d8e676 [azmq] Initial commit of 1.0.2

# Source