Category "zeromq"

ZeroMQ pub sub filtering behavior

I'm new to ZeroMQ. Today I am trying the pub/sub pattern with NetMQ (the ZMQ library for .NET). I noticed some strange behavior (at least, to me!). I create a s

ZeroMQ pattern for request/response via intermediate server

We're working on a project which requires the following: One web server to create user interface for end user; Many Raspberry devices, all have internet access;

How can someone send data from MetaTrader 4/5 Terminal to external server?

this is somehow intended to (maybe) be(come) a guideline post in terms of MetaTrader 4/5 and its corresponding language MQL4 both set into context with sending

How to install ZeroMQ for PHP on an Alpine Linux container?

To be able to push notifications via WebSockets from PHP using Ratchet, I need to install ZeroMQ as stated in the documentation. However I didn't find any infor

iOS SwiftyZeroMQ get status

I am using SwiftyZeroMQ in iOS for zeromq. I can connect and communicate via sockets. But issue is I can't find anyway to know how can I get event/status that s

python zeromq Parallel Pipeline multiple consumers (workers)

Hello together! I would like to combine data from different python programs via zeromq. I think for that job the best solution would be parallel pipelines as ar

Having multiple sockets for same Context() and same port in ZMQ

My current system takes input stream from cameras, each camera in a separate instance, and apply Computer Vision models on each camera (Object Detection, Object

How do I send a dict with the PUB/SUB pattern using pyzmq?

I'm trying to send a python dictionary, using something like: import zmq context = zmq.Context() socket = context.socket(zmq.PUB) socket.bind("tcp://*:%s" % po

How to implement Pub-Sub Network with a Proxy by using XPUB and XSUB in ZeroMQ(C++)?

I am a newcomer to zeromq. Recently I did some tests on pub/sub of zeromq, and I don't konw how to implement Pub-Sub Network with a Proxy by using XPUB and XSUB