View Single Post
  #2  
Old 04-13-2011, 08:36 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The udp packets are encoded using the Python pickle module. I would recommend using the socket module instead, and handling the raw data yourself. The following post contains sample code for doing this:

http://forum.worldviz.com/showthread.php?t=1126
Reply With Quote