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

Allow multiple servers in the same network #900

Merged
merged 15 commits into from
Mar 15, 2024
Merged

Allow multiple servers in the same network #900

merged 15 commits into from
Mar 15, 2024

Conversation

ImUrX
Copy link
Member

@ImUrX ImUrX commented Nov 17, 2023

Depends on SlimeVR/SolarXR-Protocol#127

This adds the following features:

  • A list of known devices that only works with mac addresses
  • A new model version for config and migrate by adding all known trackers that are mac addresses to a set called knownDevices
  • A way to forget connected devices (FIXME: for some reason it ends up disconnecting after 30 seconds have passed instead of immediately)
  • A prompt whenever a new unknown device is found, where you are asked if you want to connect to it or ignore it for the rest of this session.
  • Make trackers auto-connect without a prompt when on the connect trackers page

Fixes #74

@ImUrX ImUrX added Area: Application Protocol Related to communication with apps like the GUI, overlay, games Status: Blocked by other issue Progress cannot be made until linked issue is resolved Area: GUI Related to the GUI Type: Enhancement Adds or improves a feature Area: Server Related to the server labels Nov 17, 2023
@salmoooon
Copy link

Didn't know this wasn't supported and ended up spending too much time retrying, setting up a VLAN, and then buying a router as a last-ditch effort.

Bump on this and hope this could be merged soon!

@ImUrX ImUrX removed the Status: Blocked by other issue Progress cannot be made until linked issue is resolved label Mar 5, 2024
Copy link
Member

@Erimelowo Erimelowo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slime -> tracker

gui/public/i18n/en/translation.ftl Outdated Show resolved Hide resolved
gui/public/i18n/en/translation.ftl Outdated Show resolved Hide resolved
Co-authored-by: Erimel <marioluigivideo@gmail.com>
@ImUrX ImUrX merged commit f402b22 into main Mar 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Application Protocol Related to communication with apps like the GUI, overlay, games Area: GUI Related to the GUI Area: Server Related to the server Type: Enhancement Adds or improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it possible for multiple users on the same network to use SlimeVR
4 participants