H3DNetworkingUtils

The bin and lib folders have binaries built with VisualStudio V9 (2008) and V10 (2010).
They may not be compatable with your system, and you may need to rebuild them.
If you rebuild, you may need to copy the binaries from ...build/mySubDir/lib/Debug to ...NetworkingUtils/bin and ...NetworkingUtils//lib
If you rebuild, you may need to copy the binaries from ...build/mySubDir/lib/Release to ...NetworkingUtils//bin and ...NetworkingUtils//lib
 
Instructions for building are in doc/ProgrammingReference.pdf.

Be sure to change "localhost" in x3d files before running client-server programs (see ProgrammingReference.pdf).

VERSION 1.02

Download from http://www.ict.csiro.au/downloads.php



VERSION HISTORY

VERSION 1.0   
initial release

VERSION 1.01  
1. fixed bug in RealtimeAttractor that caused a crash after running approximately 15 minutes.
2. Improved stability in grabbing spring on GrabablyDynamic

VERSION 1.02  
1. Further improved stability in grabbing spring on GrabablyDynamic
2. SlaveDynamic is no superceded by GrabableDynamic with slaveMode set to TRUE. 
   This then allows nodes inheriting from GrabableDynamic to be able to be switched to slaves, 
   but still have the extra capabilities that the inheriting nodes provide. SlaveDynamic is still included for backwards compatibility.
3. Changed code to fix compilation error (definition of dllimport function not allowed) when including RemoteTCPServer.h and 
   RemoteTCPClient.h in other C++ code.