ZIO
Python and C++ interface to ZeroMQ and Zyre
Classes | Functions
zio.domo.broker Namespace Reference

Classes

class  Broker
 
class  Service
 
class  Worker
 

Functions

def hash_sender (sender)
 
def main ()
 

Detailed Description

Majordomo Protocol broker
A minimal implementation of http:#rfc.zeromq.org/spec:7 and spec:8

Author: Min RK <benjaminrk@gmail.com>
Based on Java example by Arkadiusz Orzechowski

Originally from Zguide examples, generalized to use SERVER 
or ROUTER by brett.viren@gmail.com

Function Documentation

◆ hash_sender()

def zio.domo.broker.hash_sender (   sender)

Definition at line 23 of file broker.py.

◆ main()

def zio.domo.broker.main ( void  )
create and start new broker

Definition at line 316 of file broker.py.