Crates.io | qemu-rdp |
lib.rs | qemu-rdp |
version | |
source | src |
created_at | 2025-01-29 10:15:58.470269 |
updated_at | 2025-01-29 10:15:58.470269 |
description | org.qemu.Display1 RDP server |
homepage | |
repository | https://gitlab.com/marcandre.lureau/qemu-display |
max_upload_size | |
id | 1534572 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
RDP server for
org.qemu.Display1
interface (as exposed by qemu -display dbus
).
The project was originally designed to work with QEMU, but it can be used with other displays/UI that implement the D-Bus interface.
cargo install qemu-rdp
To run the server against qemu, the simplest way is to use qemu -display dbus
and
run the server: (requires certificate and key)
qemu-rdp serve --bind-address YOUR_IP:3389 --cert=CERT.PEM --key=KEY.PEM
Although for a complete setup (with audio devices, clipboard and such), you may want to wait for libvirt to support it.
Some ideas to improve the project:
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
git clone https://gitlab.com/marcandre.lureau/qemu-display
cd qemu-display/qemu-rdp
cargo build
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ using Rust