Skip to content

Implement VNC-compatible backend #32

@jserv

Description

@jserv

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions