-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
rfb server support #1620
Comments
Should be fully usable as of r16784 (see commit message). @maxmylyn: this is just a FYI, feel free to close. It does support authentication and sharing options, ie:
You can then connect with vncviewer:
And since sharing is enabled, you can connect an xpra client simultaneously:
|
2017-09-06 21:59:59: maxmylyn commented
|
As usual, this required a bunch of platform tweaks and fixes:
It would be nice to add support for |
Regression in v4: #2811. |
Implementing a bare bones RFB server turned out to be trivial since the protocol is so simple (unlike xpra, no windows or metadata to deal with!): rfc6143.
This may be useful for comparing with VNC clients, debugging the vfb state, etc
TODO before the next release (minimum required for secure usage):
VncAuth
)Extras (probably for a later milestone):
To use it:
The text was updated successfully, but these errors were encountered: