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

SolarXR IPC Socket #1247

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

SolarXR IPC Socket #1247

wants to merge 2 commits into from

Conversation

rcelyte
Copy link
Contributor

@rcelyte rcelyte commented Nov 21, 2024

This patch introduces an IPC interface for communicating with the server via SolarXR ー exposing bone data not available through the existing Protobuf API while remaining more reliable and performant compared to the WebSocket API. Monado will require this interface to implement XR_FB_body_tracking while maintaining latency parity with the OpenVR driver (see https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2253).

It also fixes a one line bug in the WebSocket API where messages got clobbered on send, resulting in all but the first SolarXR connection receiving mangled data.

@github-actions github-actions bot added Area: SteamVR Driver Related to the SteamVR Driver Area: Server Related to the server labels Nov 21, 2024
@rcelyte
Copy link
Contributor Author

rcelyte commented Nov 21, 2024

Marked as draft since I'm not sure I have try blocks in all the right places

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Server Related to the server Area: SteamVR Driver Related to the SteamVR Driver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant