Skip to content

Redefine Websocket Communication protocol #3

Description

@Apollon77

The current protocol is

  • ID based
  • "Json" serialization is very chip specific
  • not fully defined in schema

We should discuss how the future protocol should look like

  • Define serialization rules for each relevant datatype, make sure JS and Python (at least) can work with them (e.g. hex vs base64?)
  • keys in JSON should be IDs or name based (names are better readable but take more space on the wire)
  • ...
    We could already start this with the "legacy based" matter.js server?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Later

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions