PDA

View Full Version : upd vs tcp networking


smith11235
02-03-2009, 11:41 AM
Is there a way to switch from using UDP networking in the viznet module to TCP?

Jeff
02-06-2009, 03:10 PM
Thanks for you posts. Your questions have not been overlooked. Someone should be able to respond to you early next week.

farshizzo
02-10-2009, 03:33 PM
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 (http://twistedmatrix.com/trac/).