Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/proxy/src/lib/network/README.NETWORK @ 9399

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

found a bug in the server settings reading

File size: 675 bytes
Line 
1
2
3This readme just gives some hints for the general network programming:
4
5ARCHITECTURE:
6The NetworkStream is in the center of this structure.
7
8
9UserId:
10containing the id of a user (==client). This id must be unique within a orxonox network its used especialy in the NetworkStream for node identification and also in the Synchronizeable base class for permissions checking (PERMISSION_OWNER)
11WARNING:
12There is some correlation between userids and the maxplayer, do not touch this.
13
14
15NetworkStream PeerInfo list: (peers)
16The network node with the offset 0 is always the server to which the client must connect to (in case there are connections to other hosts at the same time).
Note: See TracBrowser for help on using the repository browser.