https://github.com/dplusic/gamelift-server-protobuf
Unofficial Protobuf files for GameLift Server
https://github.com/dplusic/gamelift-server-protobuf
aws gamelift protobuf
Last synced: about 1 year ago
JSON representation
Unofficial Protobuf files for GameLift Server
- Host: GitHub
- URL: https://github.com/dplusic/gamelift-server-protobuf
- Owner: dplusic
- License: apache-2.0
- Created: 2018-04-15T06:02:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T00:58:13.000Z (about 5 years ago)
- Last Synced: 2025-03-28T12:33:46.329Z (about 1 year ago)
- Topics: aws, gamelift, protobuf
- Language: C#
- Homepage:
- Size: 1.36 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameLift-Server-Protobuf
## What
`sdk.proto` file for [the offical Amazon GameLift Server SDK (C++, C#)](https://aws.amazon.com/gamelift/getting-started/#Amazon_GameLift_Server_SDK).
Before version **4.0.2** it was reversely created from the public available sources. Since **4.0.2** one person from AWS shared this file on the forum: [AWS GameTech topic](https://forums.awsgametech.com/t/differences-between-c-and-c-aws-gamelift-server-sdk/10812/6)
Latest supported *AWS GameLift Server SDK* is **4.0.2**. We will try to get regularly semi-official updates for the `sdk.proto` file from AWS GameLift team. But we will not be able to do so - we again can grab required information with reverse-enginnering.
AWS GameLift team promises that they later will publish Protobuf file officially as a part of the SDK. So hopefully someday this repository will be archived.
## Contributing
If you find any issues or just Protobuf file is outdated - feel free to create an issue or even create a pull-request! Any help is really appreciated!