Thread
:
upd vs tcp networking
View Single Post
#
3
02-10-2009, 03:33 PM
farshizzo
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
.
farshizzo
View Public Profile
Find all posts by farshizzo