Thread: Network format
View Single Post
  #1  
Old 10-20-2009, 01:28 PM
Enlil Enlil is offline
Member
 
Join Date: May 2008
Posts: 61
Network format

Hello, I am writing a C# application that communicates with a vizard program, and looking at the message sent from the vizard program, the format looks pretty complex! I am not too worried about parsing the vizard message in C#, but am not so sure about writing the code to send a UDP packet from C# to Vizard that the vizard networking accepts.

So, I was wondering, is there any documentation on the format?

Thank,
Christian
Reply With Quote