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

Mouse Without Borders Support? #3

Open
alikhan37544 opened this issue May 30, 2024 · 1 comment
Open

Mouse Without Borders Support? #3

alikhan37544 opened this issue May 30, 2024 · 1 comment
Labels
feature-request help wanted Extra attention is needed

Comments

@alikhan37544
Copy link

Hi, let me describe my use case.
I have 2 laptops and one desktop. The desktop is usually used to mirror to the weaker laptop and the other laptop runs a project seperately, but related to the main work.
Say for example, if one is web-developing, the desktop screen will have the code for both the website as well as the live implementation, the extra screen connected through spacedesk on the slower laptop will have a live-server localhost view and the third laptop will have the website open completely seperately, not connected to the desktop.
I recently made the switch to Linux on all 3 of my machines (Started on Ubuntu 22 and upgraded to 23 and 24 on all of them, performance and battery life have been miles better )
I used to be able to run spacedesk to easily mirror the screens when that was the use case and also run mouse without borders on all of them so that one good keyboard and mouse could be used to control all of the machines together.
.
Not sure if this is going to be possible, but it's a feature request :)

@domferr domferr added feature-request help wanted Extra attention is needed labels May 30, 2024
@domferr
Copy link
Owner

domferr commented May 30, 2024

Mouse Without Borders would be an awesome addition! There are already excellent tools on Linux for sharing a mouse between Linux devices, similar to Microsoft's Mouse Without Borders. Given this, it would be ideal for a Linux implementation of Mouse Without Borders to be compatible with the Microsoft version, allowing mouse sharing between Linux and Windows devices using PowerToys.

The main challenges include:

  • Developing the solution from the ground up.
  • Understanding the custom protocol used over TCP sockets by the current implementation (reference).
  • Ensuring all traffic is encrypted and decrypted in the same manner as the existing implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants