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

handle rdp client connections #4476

Open
totaam opened this issue Jan 15, 2025 · 0 comments
Open

handle rdp client connections #4476

totaam opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request network server

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 15, 2025

Stumbled upon some examples by accident as I was improving how we handle RDP clients wrongly connecting to an xpra server's TCP port: 91671a7

It should not be too hard to handle the very basic stuff (screen, mouse and keyboard), in a similar way to how we handle RFB connections: #3256

The difficult part is parsing the arcane X.224 packet format.

Code examples:

Docs:

@totaam totaam added enhancement New feature or request server network labels Jan 15, 2025
totaam added a commit that referenced this issue Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request network server
Projects
None yet
Development

No branches or pull requests

1 participant