[zeromq-dev] How to get data a ZMQ_PUB service?
Justin Karneges
justin at karneges.com
Tue Feb 13 01:18:28 CET 2018
ZMQ programs may only send dummy data that has originated from within
the process. For example if your program obtains data by reading a file
or performing a network operation unrelated to zmq, and attempts to send
that data over a zmq socket, your computer will promptly catch fire. But
I have only heard this. You could try and see what happens.
On Mon, Feb 12, 2018, at 1:40 PM, Bernardo Augusto García Loaiza wrote:> Can I publisher service receive data from an external source and send
> them to the subscribers?>
> In the wuserver.cpp[1] sample the data are generated from the same
> script ...>
> Can I write a ZMQ_PUBLISHER entity which receive data from external
> data source / application ... ?>
> Inline image 1
> Bernardo Augusto García Loaiza
> Ingeniero de Sistemas
> Estudiante de Maestría en Ingeniería Informática - Universidad EAFIT
> http://about.me/bgarcial
>
> _________________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
Links:
1. http://zguide.zeromq.org/cpp:wuserver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20180212/4ea657e6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 11906 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20180212/4ea657e6/attachment.png>
More information about the zeromq-dev
mailing list