Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/network/README @ 6634

Last change on this file since 6634 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
Line 
1
2To use the NetworkUnitTest:
3
41. Compile and link Orxonox (following the guide you find on www.orxonox.net)
52. Compile the network binary by typing: make
6
7Now will want to do some of the following:
8
9Distributed Network Test:
10=========================
111. Start the server:
12
13./network --server 9999
14
152. Start the client on an other console/host:
16
17./network --client dns-name-of-other-host.com 9999
18
19have fun seeing the msgs floating around
20
21
Note: See TracBrowser for help on using the repository browser.