Skip to content

Add protocol buffers support for python #90

@tomaspalma

Description

@tomaspalma

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions