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

Is there a specification of the wire protocol? #109

Open
John-Nagle opened this issue Feb 9, 2023 · 1 comment
Open

Is there a specification of the wire protocol? #109

John-Nagle opened this issue Feb 9, 2023 · 1 comment

Comments

@John-Nagle
Copy link

I've looked through the docs, and I can't find the spec for the wire protocol.

(Why? I may have to implement it in Rust.)

@chkothe
Copy link
Contributor

chkothe commented Feb 9, 2023

Hey John, at this time we don't have documentation of that since it's not part of the public API of LSL. There's quite a lot that a client would have to support to be fully compatible (discovery, time sync, protocol negotiation, serialization), and a high risk of subtle implementation bugs that cause client-side breakage if things aren't done extremely carefully. However, there are existing Rust bindings for liblsl already, maybe those would help with your issue?

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

2 participants