Go to file
Pieter Hintjens 13f3481e12 Further cleanups on reference manual
- fixed unwrapped text in new man pages
- fixed over-long lines in older pages, where possible
- removed reference to old standalong devices from index page
- added refernce to new zmq_device[3] documented from index page
- some minor spelling corrections
2010-08-04 16:05:25 +02:00
builds msg_store added to MSVC build 2010-06-26 20:11:40 +02:00
debian Debian packaging fixes suitable for 0MQ git 2010-04-10 13:28:45 +02:00
devices obsolete API elements removed - this commit breaks backward compatibility 2010-06-04 15:24:06 +02:00
doc Further cleanups on reference manual 2010-08-04 16:05:25 +02:00
foreign extra ';' inside a struct or union -- clang warnings fixed 2010-06-09 17:06:32 +02:00
include Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old 2010-08-04 14:38:56 +02:00
perf perf: fix typo 2010-07-26 12:24:00 +02:00
src Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old 2010-08-04 14:38:56 +02:00
.gitignore Add MSVC build files to distribution 2010-03-16 15:48:16 +01:00
AUTHORS test commit 2010-06-15 14:01:44 +02:00
autogen.sh Cleanups to autogen.sh 2010-03-15 15:47:17 +01:00
ChangeLog Update ChangeLog for v2.0.7 2010-06-04 19:30:47 +02:00
configure.in -lcrypto added to linking flags for QNX 2010-06-10 07:34:11 +02:00
COPYING missing COPYING file added 2010-02-16 17:50:36 +01:00
COPYING.LESSER MIT license text added 2010-02-26 14:28:20 +01:00
MAINTAINERS MAINTAINERS file added 2010-05-12 16:46:07 +02:00
Makefile.am zmqd: Removing for now, not ready for 2.0.7 2010-06-04 15:00:31 +02:00
NEWS More NEWS for 2.0.7 2010-06-04 19:27:55 +02:00
README Add Git location to README 2010-03-16 17:07:17 +01:00

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/sustrik/zeromq2

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.