Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/subprojects/network/README @ 5813

Last change on this file since 5813 was 5813, checked in by patrick, 18 years ago

network: added a README file for a little more help in usage

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.