|
|
|
|
|
by s3cur3
1780 days ago
|
|
The core of the X-Plane server is our RakNet UDP protocol, which is open sourced under the MIT license here: https://github.com/X-Plane/elixir-raknet It's not a full game server, but the "Usage" section of the README provides a sketch of what the rest of the server (the part that implements the business logic) looks like. |
|