
To use the NetworkUnitTest:

1. Compile and link Orxonox (following the guide you find on www.orxonox.net)
2. Compile the network binary by typing: make

Now will want to do some of the following:

Distributed Network Test:
=========================
1. Start the server: 

./network --server 9999

2. Start the client on an other console/host: 

./network --client dns-name-of-other-host.com 9999

have fun seeing the msgs floating around


