View Single Post
  #13  
Old 04-28-2005, 09:57 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The message structure passed to python should be an array of 3+ elements. The first element should be the address of the user that sent the message. The second element should by the type information of what they sent. The rest of the data should be the actual content of the message, in your case it should be a string. I'll do some tests here to make sure sending the data over a socket works.
Reply With Quote