Skip to content
New issue

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

Add protocol buffers support for python #90

Open
tomaspalma opened this issue Aug 5, 2024 · 0 comments
Open

Add protocol buffers support for python #90

tomaspalma opened this issue Aug 5, 2024 · 0 comments
Assignees

Comments

@tomaspalma
Copy link
Member

https://protobuf.dev/getting-started/pythontutorial/

Protocol Buffers are a more compact way to greatly reduce the traffic that is sent over the network to the open sockets.

The way it works it like this:

  1. We have to have a protobuf compiler
  2. The structure of the messages are defined in .proto files
  3. Then the compiler needs to convert what is inside the .proto files into an actual programming language code.

In order to install the compiler you can follow this guide or download them from the official repository packages

@Wallen-Ribeiro Wallen-Ribeiro self-assigned this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants