|  | 
| 
 Generic UDP or TCP/IP function Does Vizard have in place in a generic TCP/IP protocol as part of the networking package, or is it presently configured only for the Vizard Networking communications? If there is not such a protocol, how difficult would it be to create? I'd like to port data from a set of XServes across either TCP/IP or UDP to drive the hand and other objects in my environment. | 
| 
 Hi, The networking feature built-in to Vizard uses UDP, but the data is "pickled" before it is sent. This makes it difficult to communicate with non-Python programs, which I assume is what you are doing. If you want to receive raw data over a socket then you can use the Python socket library. Here is some sample code: Code: import viz | 
| All times are GMT -7. The time now is 07:31 AM. | 
	Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	Copyright 2002-2023 WorldViz LLC