-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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:
- We have to have a
protobufcompiler - The structure of the messages are defined in
.protofiles - Then the compiler needs to convert what is inside the
.protofiles 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
Assignees
Labels
No labels