We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
aardwolf
rdpy
Docs:
The text was updated successfully, but these errors were encountered:
#4476 stub for rdp server support
93f5670
No branches or pull requests
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:
aardwolf
: https://github.com/skelsec/aardwolf/blob/main/aardwolf/network/x224.pyand https://github.com/skelsec/aardwolf/blob/main/aardwolf/protocol/tpkt.py inspired by
rdpy
: https://github.com/citronneur/rdpy/blob/master/rdpy/protocol/rdp/x224.pyDocs:
The text was updated successfully, but these errors were encountered: