The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.


Keywords
czmqpp, native, czmq++, czmq, libzmq, zmq, 0MQ, messaging, sockets, C++
License
Other
Install
Install-Package czmqpp_vc120 -Version 1.2.0

Documentation

License: See LICENSE file (same as the libzmq license = LGPLv3 + static link exception)
Contribution policy: http://rfc.zeromq.org/spec:22

==========================
Debian/Ubuntu Instructions
==========================

Note that you need g++ 4.7 or higher. For this reason Ubuntu 12.04 and older are not supported.
Make sure you have installed czmq beforehand according to its build
instructions.

  VVVVVVVVVVV
> Start Here! <
  ^^^^^^^^^^^

  $ autoreconf -i
  $ ./configure
  $ make
  $ sudo make install
  $ sudo ldconfig

libczmq++ is now installed in /usr/local/.