Game Hosting SDK

The SDK provides game servers with the ability to communicate over TCP with the i3D.net ONE Platform, for easy and efficient scaling of game servers.

The Game Hosting SDK contains library components like Arcus and Ping that must be integrated into the Game Server. As C/C++ implementations of the ONE platform’s protocols and messages, they provide communication with the ONE Platform through a TCP server.

  • Build – How to build and test the repository.
  • Integration Guide – How to integrate the Arcus API into a Game Server.


The i3D.net Game Hosting SDK works on Windows and Linux. If something doesn’t work, please file an issue.

Overview

The Integration Guide is all you need to integrate our library components into the Game Server. The full documentation for the entire ONE Platform can be found here.