Crates.io | ironrdp-server |
lib.rs | ironrdp-server |
version | 0.8.0 |
created_at | 2024-11-19 18:31:53.044738+00 |
updated_at | 2025-08-29 14:08:46.495121+00 |
description | Extendable skeleton for implementing custom RDP servers |
homepage | https://github.com/Devolutions/IronRDP |
repository | https://github.com/Devolutions/IronRDP |
max_upload_size | |
id | 1453693 |
size | 212,620 |
Extendable skeleton for implementing custom RDP servers.
For now, it requires the Tokio runtime.
The server currently supports:
Security
Input
Codecs
Custom logic for your RDP server can be added by implementing these traits:
RdpServerInputHandler
- callbacks used when the server receives input events from a clientRdpServerDisplay
- notifies the server of display updatesThis crate is part of the IronRDP project.