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 protobuf as a selection for sending raw data #3

Open
5 tasks
corenel opened this issue Jun 30, 2019 · 0 comments
Open
5 tasks

Add protobuf as a selection for sending raw data #3

corenel opened this issue Jun 30, 2019 · 0 comments
Assignees

Comments

@corenel
Copy link
Member

corenel commented Jun 30, 2019

Since the protobuf library supports varint-length encoding and decoding, maybe it's a better choice for our team to do team communication based on this protocol.

  • Add implementation of sendProtobufRaw() and recvProtobufRaw()
  • Test the length difference between the raw binary data and the one based on protobuf
  • Test the encoding and decoding efficiency between the raw binary data and the one based on protobuf
  • Test data in string type for the transmission latency
  • Add string data in TeamInfo for displaying auxiliary messages (e.g., hardware warning, behavior route)

Maybe this improvement can be placed in the project for the next year (2020).

@corenel corenel self-assigned this Jun 30, 2019
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

1 participant