Last change
on this file since 7547 was
5822,
checked in by bensch, 19 years ago
|
orxonox/trunk: merged branches/network to the trunk
merged with command:
svn merge -r 5505:HEAD branches/network trunk
conflicts resolved in favor of the trunk (as always
also fixed a typo in the #include "SDL_tread.h"
|
File size:
442 bytes
|
Rev | Line | |
---|
[5813] | 1 | |
---|
| 2 | To use the NetworkUnitTest: |
---|
| 3 | |
---|
| 4 | 1. Compile and link Orxonox (following the guide you find on www.orxonox.net) |
---|
| 5 | 2. Compile the network binary by typing: make |
---|
| 6 | |
---|
| 7 | Now will want to do some of the following: |
---|
| 8 | |
---|
| 9 | Distributed Network Test: |
---|
| 10 | ========================= |
---|
| 11 | 1. Start the server: |
---|
| 12 | |
---|
| 13 | ./network --server 9999 |
---|
| 14 | |
---|
| 15 | 2. Start the client on an other console/host: |
---|
| 16 | |
---|
| 17 | ./network --client dns-name-of-other-host.com 9999 |
---|
| 18 | |
---|
| 19 | have fun seeing the msgs floating around |
---|
| 20 | |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.