-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
The Qt VNC server uses the Remote Frame Buffer (RFB) protocol to share graphics and input between the server and one or more remote VNC-compatible clients. A common use case is to share parts of a Qt Quick application with a remote user or screen using the QtVncServer module. The remote user can view and interact with the application through VNC-compatible client software.
If we implement a VNC-compatible backend for Mado, we can create a similar scenario inspired by the Qt VNC server. This would serve as a minimalist backend for purposes such as performing memory analysis with Valgrind on Linux without needing to start in framebuffer console (fbcon) mode (#15), and providing a reference implementation for remote desktop support.
Reference:
shengwen-tw
Metadata
Metadata
Assignees
Labels
No labels