Header

The objectives of the R-Type inter-process protocols RFC is to allow communication between R-Type servers and R-Type rooms. Using the "Boost" library, we have redirected the input and output streams of each child process and can write directly into these streams as normal streams. A server will be able to ask a room, its state, its available seats and to shut down. A room will be able to answer to the server requests and to tell the server that its game is finished.

Useful for understanding

<SP> : represents a space.

<EOL> : represents an end of line.

1X: Communication to Rooms

2X: Communication to Server