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

Connection from client to server #235

Open
Aymkdn opened this issue Nov 20, 2024 · 1 comment
Open

Connection from client to server #235

Aymkdn opened this issue Nov 20, 2024 · 1 comment

Comments

@Aymkdn
Copy link

Aymkdn commented Nov 20, 2024

Hello,

Thank you for your app—it looks great! I believe it’s the only one that works without requiring installation (portable).

However, I’ve encountered an issue regarding the connection: it appears that the server initiates the connection to the client, which doesn’t work in my case due to the following setup:

  • My main/server computer (with the mouse and keyboard) has no firewalls or restrictions.
  • My second/client computer (which receives the mouse and keyboard input) has firewalls and restrictions, so it cannot accept incoming connections.

If I reverse the roles of the client and server, the app works, but that means using the mouse and keyboard of the second computer, which I don't want to.

Is there any option to configure the client to connect to the server, instead of the other way around?

Thank you in advance for your help!

@feschber
Copy link
Owner

Certainly possible to add this functionality but it's not implemented currently.

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