5 releases (3 breaking)

0.4.0 Dec 17, 2024
0.3.1 Dec 14, 2024
0.3.0 Dec 6, 2024
0.2.0 Nov 21, 2024
0.1.0 Nov 19, 2024

#1701 in Network programming

Download history 62/week @ 2024-11-13 213/week @ 2024-11-20 9/week @ 2024-11-27 131/week @ 2024-12-04 215/week @ 2024-12-11 70/week @ 2024-12-18

416 downloads per month
Used in ironrdp

MIT/Apache

1.5MB
37K SLoC

IronRDP Server

Extendable skeleton for implementing custom RDP servers.

For now, it requires the Tokio runtime.


The server currently supports:

Security

  • Enhanced RDP Security with TLS External Security Protocols (TLS 1.2 and TLS 1.3)

Input

  • FastPath input events
  • x224 input events and disconnect

Codecs

  • bitmap display updates with RDP 6.0 compression

Custom logic for your RDP server can be added by implementing these traits:

  • RdpServerInputHandler - callbacks used when the server receives input events from a client
  • RdpServerDisplay - notifies the server of display updates

This crate is part of the IronRDP project.

Dependencies

~30–59MB
~1M SLoC