PDA

View Full Version : Sending data to Vizard via UDP


rlh001
04-05-2011, 10:15 AM
I have a c# program and need to send xyz position data via the UDP port to control an avatar. Is there a way to Pickle my transmission in C# so that it will be understood by Vizard. Thanks

farshizzo
04-05-2011, 04:14 PM
The following post contains a sample script showing how to send/receive raw UDP data within your script:

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

This will be much better than trying to pickle the data within your C# program.