Skip to content
/ r3-zmq Public

A REBOL 3 extension providing a low-level binding to the ZeroMQ (0MQ) library

License

LGPL-3.0, Apache-2.0 licenses found

Licenses found

LGPL-3.0
LICENSE.libzmq
Apache-2.0
LICENSE.zmqext
Notifications You must be signed in to change notification settings

earl/r3-zmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmqext

A REBOL 3 extension providing a low-level binding to the ØMQ library.

Status

This extension is currently developed and tested against ØMQ 2.1.3. The full API of 2.1.3 is implemented. The basic functionality is tested as working, but the code-base is still young and no automated and extensive test-suite is in place.

r3-zmq should already be usable for most basic scenarios. REP/REQ is illustrated by hwserver.r3/hwclient.r3 and wuserver.r3/wuclient.r3 form a basic PUB/SUB pair. taskvent.r3/taskwork.r3/tasksink.r3 demonstrate a two-stage PUSH/PULL chain.

License

Copyright (C) 2011 Andreas Bolka, Licensed under the terms of the Apache License, Version 2.0 (see LICENSE.zmqext).

This extension uses the ØMQ library (libzmq), which is licensed under the terms of the GNU Lesser General Public License (LGPL), Version 3 (see LICENSE.libzmq). For more details on the ØMQ library license, consult http://www.zeromq.org/area:licensing.

About

A REBOL 3 extension providing a low-level binding to the ZeroMQ (0MQ) library

Resources

License

LGPL-3.0, Apache-2.0 licenses found

Licenses found

LGPL-3.0
LICENSE.libzmq
Apache-2.0
LICENSE.zmqext

Stars

Watchers

Forks

Releases

No releases published

Packages