View Single Post
  #5  
Old 02-08-2006, 11:57 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Vizards sensor plugins are NOT generic python plugins. Vizard uses its own plugin architecture for accessing data from devices. What you could do is have a Vizard program running as a server and forwarding the data over a socket to your other program. But to be honest, if you are going to go through the trouble of doing this then you might as well just create a python plugin for accessing VRPN data. It would probably take just as much work.
Reply With Quote