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

Data Protocol: Message identifier/Header #61

Open
BenediktBurger opened this issue Oct 18, 2023 · 0 comments
Open

Data Protocol: Message identifier/Header #61

BenediktBurger opened this issue Oct 18, 2023 · 0 comments

Comments

@BenediktBurger
Copy link
Member

BenediktBurger commented Oct 18, 2023

Do we want to have some kind of message identiier / header for our data protocol (#3)?

How to implement?

Best would be its own frame

Content

  • Timestamp? That allows to detect, whether there is some problem in the network and to tell when the data originated.
  • Uniqueness?
  • Content type?
  • Protocol version?

Proposal

I propose to follow #41:

  • a timestampiung UUID (UUIDv7 is the current proposal)
  • content type marker (1 byte)
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