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

Simpler way to parse data packet #230

Open
ymerkos opened this issue Sep 4, 2024 · 0 comments
Open

Simpler way to parse data packet #230

ymerkos opened this issue Sep 4, 2024 · 0 comments

Comments

@ymerkos
Copy link

ymerkos commented Sep 4, 2024

B"H

When getting room data I that the library uses the dependency protojs and the .proto file to parts the data packet. I could be wrong but I think this only parses a large portion of the packet but doesn't get everything

Is there a now dependency free way of parsing the packet in native js?

(Trying to replicate the library with a client side extension and can't natively load the external JavaScript library on the page easily, would be simpler to have everything self contained)

Is it some standard binary format, or it's own?

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