Main Page | Modules | File List | File Members

gs-sdk-regserver

Introduction

The Register Server Library allows a game server to register on lobby-servers.

Description

This library is for registering a game server on lobby-servers.

We offer two types of interface: a C interface in RegServerLibrary.h and a C++ interface in RegServerLib.h.

Using the library, the game server first connects to a router. Once the game server has connected it asks for the list of available lobbies which support the game. Then it asks to create a room in a lobby. After receiving the creation confirmation, the game server connects to the lobby-server which hosts the lobby. The room will stay active until the game server is disconnects from the lobby-server.


Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team