python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the zmq underlying transport on linux?
When ZeroMQ is used with inproc:// or ipc:// transport on linux, what exactly is the underlying implementation or operating system construct does it use ? Is it Unix Domain Sockets ? or (named) pipes ...
S.K
Votes: 0
Answers: 1
How to send output result into ZMQ pub sink and read from sub source
Hi I am trying to send the printed output result from main_block.reader.print_results() over to the GNURadio ZMQ Pub sink to my database using ZMQ sub source. How do I do it?
if __name__ == '__main__'...
yeoenghoejason
Votes: 0
Answers: 1
Why my mock-up proxy implementation crashes on another Socket creation?
I ran into an issue with PyZMQ's proxy that I don't really understand. It seems that the proxy works when I uncomment a seemingly unrelated line of code. Here's an MWE:
minimal_proxy.py:
from mult...
Zoravur Singh
Votes: 0
Answers: 0
ZMQ : Receive from different computers
I have different computers publishing to master computer. And I have list of their IP addresses. The code below works fine when there is only one IP in the list, but when there is more than one IP it ...
Ahmed
Votes: 0
Answers: 1