Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
https://github.com/zeromq/libzmq
concurrency libzmq messaging network networking pubsub pushpull stream zeromq zmq zmtp
Last synced: 3 days ago
JSON representation
ZeroMQ core engine in C++, implements ZMTP/3.1
- Host: GitHub
- URL: https://github.com/zeromq/libzmq
- Owner: zeromq
- License: mpl-2.0
- Created: 2009-07-29T09:56:41.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T20:50:30.000Z (3 months ago)
- Last Synced: 2024-10-29T11:11:42.581Z (about 1 month ago)
- Topics: concurrency, libzmq, messaging, network, networking, pubsub, pushpull, stream, zeromq, zmq, zmtp
- Language: C++
- Homepage: https://www.zeromq.org
- Size: 23 MB
- Stars: 9,722
- Watchers: 410
- Forks: 2,358
- Open Issues: 334
-
Metadata Files:
- Readme: README.cygwin.md
- Changelog: NEWS
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Support: SupportedPlatforms.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesomecpp - ZeroMQ - - library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. (Network)
- awesome-distributed-system-projects - ZeroMQ - abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more
- awesome-go - libzmq - ZeroMQ core engine in C++, implements ZMTP/3.1 - ★ 4702 (Distributed Systems)
README
libzmq-cygwin
=============Definitive build fixes for cygwin (See https://github.com/zeromq/pyzmq/issues/113 for partial solution)
What's changed:
./Makefile.am Add cygwin-specific target mostly the same as mingw
./configure.ac Add cygwin-specific target mostly the same as mingw
./tests/testutil.hpp Lengthen socket timeout to 121 seconds
What's new:
./README.cygwin.md This file
./builds/cygwin Folder for cygwin-specific build files
./builds/cygwin/Makefile.cygwin Makefile for cygwin targets