Last change
on this file since 9397 was
9397,
checked in by patrick, 19 years ago
|
found a bug in the server settings reading
|
File size:
675 bytes
|
Rev | Line | |
---|
[9396] | 1 | |
---|
| 2 | |
---|
| 3 | This readme just gives some hints for the general network programming: |
---|
| 4 | |
---|
[9397] | 5 | ARCHITECTURE: |
---|
| 6 | The NetworkStream is in the center of this structure. |
---|
| 7 | |
---|
| 8 | |
---|
[9396] | 9 | UserId: |
---|
| 10 | containing 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) |
---|
| 11 | WARNING: |
---|
| 12 | There is some correlation between userids and the maxplayer, do not touch this. |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | NetworkStream PeerInfo list: (peers) |
---|
| 16 | The 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.