[Paraview] Using MobileSocketPlugin to get metadata

2013-04-19 Thread
Hi, I am trying to get the "metadata" from ParaView by connecting to the socket. I'm having an issue where I am correctly sending the command to send the data but I'm not receiving the length value or string correctly. Below is my method how I am currently trying to get the length value: // In

Re: [Paraview] Using MobileSocketPlugin to get metadata

2013-04-21 Thread Pat Marion
Hi Travis, I think you mean the MobileRemoteControl plugin, right? Can you paste more of your code? From what you have shared, it's hard to know where things are going wrong. My guess is that you are forgetting to receive the "ready" command: after connecting to the socket, you should first rec