[zeromq-dev] Failed attempt connection between ZeroMQ and VTK

Paolo Grossi smoldino at gmail.com
Thu Jul 23 11:40:51 CEST 2015


Hi all,
I'm trying to bind the ZeroMQ properties with the VTK visualisations
possibility.
Server/client are written in C++ language.
I'm using ZeroMQ 4.0.7 and VTK 6.2.0.

The goal of the server is to receive a greet message from the server and to
respond with the vtkRenderWindow.

The goal of the client is to send an "Hello" message to the server and to
receive a vtkRenderWindow in order to reproduce it.

After the execution I obtain this output with the command "hwclient &
hwserver":

[S] Open connection
[C] Connecting to server…
[C] Sending Hello
[S] Received Hello
terminate called after throwing an instance of 'zmq::error_t'
  what():  Bad address

I'm looking forward to hear you.

Thanks,
Paolo Grossi.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150723/d9d5263e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hwclient.cxx
Type: text/x-c++src
Size: 954 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150723/d9d5263e/attachment.cxx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hwserver.cxx
Type: text/x-c++src
Size: 1641 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20150723/d9d5263e/attachment-0001.cxx>


More information about the zeromq-dev mailing list