WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 10-23-2009, 11:29 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The data that is transmitted by Vizard is pickled using the cPickle module. To get access to the data on your end you can use the following code:
Code:
data = cPickle.loads(rawData)
The variable data should be a tuple containing:
  1. The senders computer name
  2. A tuple containing the positional data from the <network>.send() command
  3. A dictionary containing keyword data from the <network>.send() command
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using 5DT plug-in with the data coming through network... mcicek Vizard 1 05-18-2009 06:17 PM
continually losing network license ad_astra Vizard 1 11-30-2007 03:48 PM
Best image format Pastscapian Vizard 2 10-09-2006 11:44 AM
White Fullscreen crash when running network version Dbuckland Vizard 6 04-19-2006 03:49 PM
more advanced network examples? halley Vizard 0 04-05-2006 08:07 AM


All times are GMT -7. The time now is 05:51 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC