We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://protobuf.dev/
Steps: 1: Convert packets.def to freeciv.proto in the protobuf format. https://github.com/freeciv/freeciv/blob/main/common/networking/packets.def
See freeciv.proto here generated by OpenAI: freeciv_generated_final.proto.txt
2: Update Freeciv-web to use the Protocol Buffers format.
3: Update Freeciv C server to use Protocol Buffers.
4.: Remove freeciv-proxy.
5: Use libwebsocket in the Freeciv C server.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://protobuf.dev/
Steps:
1: Convert packets.def to freeciv.proto in the protobuf format.
https://github.com/freeciv/freeciv/blob/main/common/networking/packets.def
See freeciv.proto here generated by OpenAI:
freeciv_generated_final.proto.txt
2: Update Freeciv-web to use the Protocol Buffers format.
3: Update Freeciv C server to use Protocol Buffers.
4.: Remove freeciv-proxy.
5: Use libwebsocket in the Freeciv C server.
The text was updated successfully, but these errors were encountered: