Name
Last commit
Last update
builds Update MSVC2008 project after recent renames and additions
doc Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity
foreign/openpgm New upstream OpenPGM maintenance release 5.1.118.
include Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity
perf Revert NULL checks in the API
src explicit comments on multicast loopback
tests Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity
.gitignore Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
AUTHORS ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
COPYING missing COPYING file added
COPYING.LESSER Fixed license to remove references to X11 code
INSTALL added more specific installation documentation
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am RPM packaging improvements
NEWS Prepared for release 3.2.1
README Project location on github changed in README file
acinclude.m4 more flexible keepalive options detection + awful options documentation
autogen.sh Copyright dates adjusted to reflect reality
branding.bmp Add ZeroMQ branding.
configure.in Making Android&pyzmq friendly version with avoid-version
installer.ico Add ZeroMQ branding.
version.sh m4_esyscmd_s doesnt seem to be portable across different systems
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.