12 | | We will create a generic network interface for Orxonox. It should enable the user to send anything (from simple messages to complex objects) from one node to any subset of the other nodes. There should be different transfer modes supported: TCP with extensive use of the state flags and UDP. |
| 12 | We will create a generic network interface for Orxonox. It should enable the user to send anything (from simple messages to complex objects) from one node to any subset of the other nodes. There should be different transfer modes supported: TCP with extensive use of the state flags and UDP.[[br]] |
| 13 | This module will not only introduce you to the c++ prgramming but it will also give us an instrument to test network game performance and make some statistics about it. This will be most useful, when we start making Orxonox playable over network! |