Skip to content

Linux sender (X11/Wayland) #11

Description

@Viniciusap

Summary

The sender currently requires Windows 10/11 due to DXGI Desktop Duplication and SendInput. Add a Linux sender so users can control Linux machines from the viewer.

Scope

  • Screen capture: X11 via libxcb-shm / XShmGetImage, or Wayland via wlr-screencopy protocol (wlroots compositors) or PipeWire screen capture (GNOME/KDE)
  • Input injection: uinput kernel module (/dev/uinput) for mouse and keyboard
  • Build target: net10.0 (remove net10.0-windows TFM restriction in Sender.csproj)
  • The sender already uses interfaces (IScreenCapturer, IInputInjector) — implement Linux versions and wire them up via DI based on runtime OS detection

Related

Difficulty

High — requires knowledge of Linux display server APIs and native interop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions