Replies: 1 comment
-
Hello @tardyp, Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Trying to integrate lichtblick with a rust application, I was looking for rust library implementing the foxglove websocket protocol.
The only one I found that is reasonably featureful is the foxglove sdk one.
but the implementation is only working with Foxglove and not Lichtblick, after investigating, we found out that fox glove sdk is actually using "foxglove.sdk.v1" as a websocket protocol instead of what is in the spec "foxglove.websocket.v1".
https://github.com/foxglove/foxglove-sdk/blob/main/rust/foxglove/src/websocket/handshake.rs#L6
If I change that line to foxglove.websocket.v1, my app works great with Lichtblick.
It looks like Lichblick does use `@foxglove/websocket' ts module, which is controlled by Foxglove and uses "foxglove.websocket.v1" subprotocol. So I cannot really submit a patch to Lichtblick.
How do you think we can properly handle this situation?
Beta Was this translation helpful? Give feedback.
All reactions