1
0
Fork 0
arangodb/3rdParty/zeromq-2.2.0
Frank Celler 42a58a7efe added zeromq target 2012-06-11 18:41:57 +02:00
..
builds added zeromq 2012-06-11 12:20:54 +02:00
config added zeromq 2012-06-11 12:20:54 +02:00
doc added zeromq 2012-06-11 12:20:54 +02:00
foreign added zeromq 2012-06-11 12:20:54 +02:00
include added zeromq 2012-06-11 12:20:54 +02:00
perf added zeromq 2012-06-11 12:20:54 +02:00
src added zeromq 2012-06-11 12:20:54 +02:00
tests added zeromq 2012-06-11 12:20:54 +02:00
AUTHORS added zeromq 2012-06-11 12:20:54 +02:00
COPYING added zeromq 2012-06-11 12:20:54 +02:00
COPYING.LESSER added zeromq 2012-06-11 12:20:54 +02:00
ChangeLog added zeromq 2012-06-11 12:20:54 +02:00
INSTALL added zeromq 2012-06-11 12:20:54 +02:00
MAINTAINERS added zeromq 2012-06-11 12:20:54 +02:00
Makefile.am added zeromq 2012-06-11 12:20:54 +02:00
Makefile.in added zeromq target 2012-06-11 18:41:57 +02:00
NEWS added zeromq 2012-06-11 12:20:54 +02:00
README added zeromq 2012-06-11 12:20:54 +02:00
acinclude.m4 added zeromq 2012-06-11 12:20:54 +02:00
aclocal.m4 added zeromq target 2012-06-11 18:41:57 +02:00
autogen.sh added zeromq 2012-06-11 12:20:54 +02:00
configure added zeromq target 2012-06-11 18:41:57 +02:00
configure.in added zeromq 2012-06-11 12:20:54 +02:00
version.sh added zeromq 2012-06-11 12:20:54 +02:00
zeromq.spec added zeromq 2012-06-11 12:20:54 +02:00

README

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
---------

A reference manual is provided with the distribution. Refer to "man zmq" 
after you have installed 0MQ on your system, or see http://api.zeromq.org.

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.