View Single Post
  #7  
Old 06-23-2014, 10:52 AM
Shweta Shweta is offline
Member
 
Join Date: Jun 2014
Posts: 9
Hello Jeff,

This method does meet my needs. Only problem is that I was told by one of my colleagues that UDP may be unsafe.

My main task is to send a transform matrix from MATLAB to Vizard to change the viewpoint (I will mostly use setPosition(); Euler and scaling for this)

Using UDP I could display some text in Vizard through MATLAB. So I am currently working on establishing a server client relation between MATLAB and Vizard where MATLAB sends the transformation matrix with 6 DOF and on receiving this Vizard sends some acknowledgement to MATLAB and one more after executing the transformation after which MATLAB sends the next command and this continues till the process is terminated either through MATLAB or on receiving a stop status from Vizard.

I shall go through the links suggested by you.

Thanks once again.

Kind Regards,
Shweta.
Reply With Quote