Name
Last commit
Last update
builds Fix MSVC8 build
doc Minor change to zmq_curve_keypair doc
foreign/openpgm Pull upstream OpenPGM 5.2.122 for multi-platform minor fixes.
include Add the tag name to the zmq_pollitem_t struct to allow easier forward declaration
perf Updated copyright statements for 2014
src removed dependency on deprecated encoder_base::has_data() method
tests Allow TCP addresses to be re-resolved whenever there is a reconnection attempt
tools Updated copyright statements for 2014
.gitignore Update .gitignore to exclude *.exe under Cygwin
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
.travis.yml Temporary workaround for broken libsodium install
AUTHORS Libsodium is now required if and only if --with-libsodium is used
CMakeLists.txt add linking to librt under cmake build - fixes missing symbol
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
INSTALL Added autogen.sh hint
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am include cmake files in tarball
NEWS Added release notes for 4.0.3
README.md Converted README to markdown + added travis build img
acinclude.m4 Remove duplicate poller decision making
autogen.sh Copyright dates adjusted to reflect reality
branding.bmp Add ZeroMQ branding.
configure.ac added norm_engine
installer.ico Add ZeroMQ branding.
version.sh Loading commit data...

ZeroMQ

Build Status

Welcome

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.

Building and installation

See the INSTALL file included with the distribution.

Resources

Extensive documentation is provided with the distribution. Refer to doc/zmq.html, or "man zmq" after you have installed 0MQ on your system.

Website: http://www.zeromq.org/

Development mailing list: zeromq-dev@lists.zeromq.org Announcements mailing list: zeromq-announce@lists.zeromq.org

Git repository: http://github.com/zeromq/libzmq

0MQ developers can also be found on the IRC channel #zeromq, on the Freenode network (irc.freenode.net).

Copying

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files COPYING and COPYING.LESSER included with the 0MQ distribution.