Skip to content

ZeroMips/kuemmel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuemmel

kuemmel is a spice server implementation for non-virtual environments

SPICE (the Simple Protocol for Independent Computing Environments) is a remote desktop protocol(like VNC and RDP). The main server implementation is QEMU, so it is mainly used for controlling virtual machines. But there is also an X11 spice server and another implementation for sharing an active X11 session.

Implementation

kuemmel is based on libspice-server. For acquiring screen data it uses Windows Desktop Duplication API.

Building

The reference build environment is msys2/mingw64. Glib and libspice-server are available as packages. CMake and ninja are used for building.

State

This project is still on proof of concept state. There is a lot of hacks in the code, e.g. the screen resolution is hard coded.

About

kuemmel is a spice server implementation for non-virtual environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages