Skip to content
/ libzmq Public
forked from zeromq/libzmq

ØMQ libzmq core library -- development trunk

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER
Notifications You must be signed in to change notification settings

bjoto/libzmq

This branch is 3038 commits behind zeromq/libzmq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31a3ead · Mar 26, 2017
Dec 18, 2016
Mar 26, 2017
Mar 24, 2017
Feb 23, 2017
Mar 26, 2017
May 9, 2016
Mar 24, 2017
Feb 3, 2016
Mar 26, 2017
Mar 16, 2017
Jan 28, 2016
Dec 15, 2016
Nov 19, 2011
Dec 11, 2015
Mar 3, 2017
Mar 21, 2017
Mar 12, 2017
Feb 16, 2010
Jul 29, 2013
Jul 12, 2014
Apr 28, 2016
Oct 23, 2015
Jan 6, 2017
Feb 7, 2017
Feb 18, 2017
Dec 29, 2014
Apr 28, 2016
Mar 13, 2016
Jan 6, 2017
Mar 19, 2017
Jan 13, 2016
Nov 4, 2016
Jun 13, 2012
Dec 27, 2016
May 9, 2016
Mar 19, 2017
Jun 13, 2012
Feb 7, 2011

Repository files navigation

ZeroMQ

Build Status Build status Coverage Status

Welcome

The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ 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 libzmq on your system.

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

Development mailing list: [email protected] Announcements mailing list: [email protected]

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

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

License

The project license is specified in COPYING and COPYING.LESSER.

libzmq is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

As a special exception, the Contributors give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you must extend this exception to your version of the library.

libzmq is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

About

ØMQ libzmq core library -- development trunk

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.2%
  • M4 4.8%
  • C 2.3%
  • CMake 2.2%
  • Shell 1.7%
  • Makefile 1.3%
  • Other 1.5%