On Wed, May 27, 2015 at 5:49 PM, Dean, Kevin < [email protected]> wrote:
> Hey what's up? > > I have a couple questions about using ParaView server? > > 1. I have figured out how to connect to the localhost as an example. I am > trying to understand/figure out how paraview can actually update live > images once data is being published to whatever port is specified? Is there > any documentation that you can lead me to? I'd appreciate it. > Not sure I understand your question. Data generation or reading and data processing happens on the server and images (or open gl commands) are sent back to the client. For documentation check out: http://www.paraview.org/paraview-guide/ > 2. Also, I have to deal with CoreDX DDS socket communication. Is there any > support with that from ParaView or is there a way to create a plugin that > can manipulate the "middleground" between my types and paraview's types > over the server? > I am not familiar with CoreDX DDS. ParaView uses TCP sockets and MPI. You can re-implement a few classes make ParaView use any communication protocol. > Thanks again Guys! > > Kevin E. Dean > > This email and its contents are confidential. If you are not the intended > recipient, please do not disclose or use the information within this email > or its attachments. If you have received this email in error, please report > the error to the sender by return email and delete this communication from > your records. > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
