[Paraview] data server reverse connection in python?
Berk Geveci
berk.geveci at kitware.com
Tue Oct 13 15:23:27 EDT 2009
It looks like we forgot to add support for reverse connection to the
simple module. The following should work:
from paraview import servermanager
servermanager.ReverseConnect() # this takes an optional port argument
You will also need to do the following if you want animation to work:
servermanager.ProxyManager().RegisterProxy("timekeeper", "tk",
servermanager.misc.TimeKeeper())
-berk
On Tue, Oct 13, 2009 at 1:07 PM, Maxwell, Thomas P.
(GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP] <thomas.maxwell at nasa.gov>
wrote:
> Is there a way to accept a (reverse) connection from a remote data server
> using the paraview modules in a python shell?
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
More information about the ParaView
mailing list