[vtkusers] Failed attempt connection between VTK and ZeroMQ

Paolo Grossi smoldino at gmail.com
Thu Jul 23 05:24:43 EDT 2015


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

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: <http://public.kitware.com/pipermail/vtkusers/attachments/20150723/c9ffd536/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hwclient.cxx
Type: text/x-c++src
Size: 954 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150723/c9ffd536/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: <http://public.kitware.com/pipermail/vtkusers/attachments/20150723/c9ffd536/attachment-0001.cxx>


More information about the vtkusers mailing list