View Single Post
  #3  
Old 02-10-2009, 03:33 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The built-in network objects in Vizard use UDP. If you want to use TCP then you will need to create your own networking interface using the Python socket module or a 3rd party networking library like Twisted.
Reply With Quote