citronneur / rdp-rs

Remote Desktop Protocol in RUST
MIT License
223 stars 39 forks source link

What about channels? #12

Open lonnietc opened 2 years ago

lonnietc commented 2 years ago

Hello,

I am new to Rust but have a great interest in RDP for a project that I am working on now that needs to also have channels to allow for file transfer, audio, video stream, etc.

In the C/C++ world, I know of FreeRDP (https://www.freerdp.com/) which has many useful features, but I would like to use RDP from Rust as my project is being developed in it.

In the recent past, I also ran across RustDesk (https://rustdesk.com/) but I do not think that they are using the MS RDP protocol.

I am wondering if your rdp-rs library supports channels like the standard Windows RDP client or, if not, then how challenging would it be to add some of these?

Thanks and have a great day