Skip to content

darksuji/zguide

 
 

Repository files navigation

ØMQ - The Guide ===============

Written by Pieter Hintjens ph@imatix.com, CEO iMatix Corporation.

A ØMQ socket is what you get when you take a normal TCP socket, inject it with a mix of radioactive isotopes stolen from a secret Soviet atomic research project, bombard it with 1950-era cosmic rays, and put it into the hands of a drug-addled comic book author with a badly-disguised fetish for bulging muscles clad in spandex. Yes, ØMQ sockets are the world-saving superheros of the networking world.

1

Contents --------

LicenseThanksGeneralExamplesGuidelinesBuild Process

License -------

The text of "ØMQ - The Guide" is copyright (c) 2010 Pieter Hintjens, and is licensed under the Creative Commons Attribution-Share Alike 3.0 License. The source code examples are licensed under MIT/X11. z2w is placed into the public domain.

Thanks ------

Thanks to Bill Desmarais, Brian Dorsey, CAF, Daniel Lin, Eric Desgranges, Gonzalo Diethelm, Guido Goldstein, Hunter Ford, Kamil Shakirov, Martin Sustrik, Mike Castleman, Naveen Chawla, Nicola Peduzzi, Oliver Smith, Olivier Chamoux, Peter Alexander, Pierre Rouleau, Randy Dryburgh, and Zed Shaw for their contributions, and to Stathis Sideris for Ditaa.

General -------

The Guide is a general introduction to ØMQ, and covers version 2.0.x. It will be updated to cover 2.1.0 as soon as that is formally released.

To submit an errata use the issue tracker. All discussion of the contents or examples happens on the zeromq-dev list or #zeromq IRC channel.

Examples --------

The examples from the Guide help people to learn and use ØMQ. While we wrote most of the examples in C, we welcome translations into other languages. All example code is licensed under MIT/X11.

Please send your translations, and fixes as patches to the zeromq-dev list with the subject line "[PATCH] zguide: ". We'll review the code and add it to the zguide repository if it's ok.

Patches are the way we accept contributions. It ensures that more than one person can work on code at the same time.

The best way to submit patches is to clone this repository, make your changes, and use git to create a patch. See http://www.zeromq.org/docs:contributing.

If you don't want to use git, you can send us entire examples but only if the code was empty before. If you want to update or change an example you MUST use git patches.

Guidelines ----------

Please:

  • Stick to identical functionality and naming used in examples so that readers can easily compare languages.
  • You MUST place your name as author in the examples so readers can contact you.
  • You MUST state in the email that you license your code under the MIT/X11 license, or else use git's signoff feature as explained on this page: http://www.zeromq.org/docs:contributing

Thanks!

Build Process -------------

To rebuild the Guide from this git repository you need z2w and Ditaa (included in the bin directory), ImageMagick, perl. Run the command: "z2w chapter*.txt". The result is a series of files named chapter1.wd, chapter2.wd, etc. Paste these into a Wikidot site appropriately.

Images and source examples are hosted here at github.com and to modify an image or example we commit it to this repository.

This document is originally at README.txt and is built using gitdown, a great little tool by the same author.

Releases

No releases published

Packages

No packages published

Languages

  • C 16.5%
  • Perl 9.7%
  • Common Lisp 8.7%
  • PHP 8.0%
  • C++ 6.9%
  • C# 6.8%
  • Other 43.4%