jldzeromq consists in a collection of ZeroMQ related tools. The source code can be found on Github. The Ohloh page is found here.
Scripts
Script " jld0pub "
This script consists in a simple message publisher.
ex: jld0pub connect_to topic msg
jld0sub tcp://127.0.0.1:9002 test test1 test2
where 'connect_to' is a socket (see ZeroMQ documentation for more details).
where 'topic' is a string representing a topic
where 'message' is the actual string message to send
Script " jld0sub "
This script consists in a simple message subscriber.
ex: jld0sub connect_to topic [topic ...]
jld0pub tcp://*:9002/ test2 allo4
Product's homepage
Requirements:
· Python