
Trademark Policy - ZeroMQ
May 12, 2011 · The name "ZeroMQ" was a trademark owned by iMatix Corporation until May 12, 2022. The mark is now available for free use in connection with ZeroMQ software and refers to …
ZeroMQ
ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various …
Socket API - ZeroMQ
Sockets are the de facto standard API for network programming. That’s why ZeroMQ presents a familiar socket-based API. One thing that make ZeroMQ especially tasty to developers is that …
Download - ZeroMQ
Packages for Debian, Ubuntu, Fedora, CentOS, RHEL, SUSE. The ZeroMQ maintainers provide pre-built binary packages for libzmq, czmq, zyre, malamute, zproject and zproto, automatically …
Messages - ZeroMQ
A ZeroMQ message is a discrete unit of data passed between applications or components of the same application. From the point of view of ZeroMQ itself messages are considered to be …
Get The Software - ZeroMQ
ZeroMQ comes as source code licensed under a generous open source license. This page lists the official distributions built, released, and supported by the ZeroMQ community. The …
Frequently Asked Questions - ZeroMQ
Approaching ZeroMQ. What is ZeroMQ, in fact? This page may help you understand what you are looking at. What language is ZeroMQ developed in? It is written in C++. Design Help. I've a …
1. Basics | ØMQ - The Guide - ZeroMQ
So let’s establish the rule that ZeroMQ strings are length-specified and are sent on the wire without a trailing null. In the simplest case (and we’ll do this in our examples), a ZeroMQ string …
2. Sockets and Patterns | ØMQ - The Guide - ZeroMQ
ZeroMQ sockets carry messages, like UDP, rather than a stream of bytes as TCP does. A ZeroMQ message is length-specified binary data. We’ll come to messages shortly; their design …
Learn the Basics - ZeroMQ
ZeroMQ - The Guide explains how to use ZeroMQ as an intelligent transport layer for your distributed apps. Old version for version 2.2. The ZeroMQ Reference Manual specifies the …