File tree 9 files changed +68
-0
lines changed
ironrdp-session-generators
9 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ # IronRDP DVC
2
+
3
+ RDP Dynamic Virtual Channel (DVC) support.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP Error
2
+
3
+ A lightweight and ` no_std ` -compatible generic ` Error ` type.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP Futures
2
+
3
+ ` Framed* ` traits implementation above ` futures ` ’s traits.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP PDU generators
2
+
3
+ ` proptest ` generators for ` ironrdp-pdu ` types.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP RDPSND native backends
2
+
3
+ Native RDPSND backend implementations.
4
+
5
+ Currently, only [ CPAL] backend is supported.
6
+
7
+ This crate is part of the [ IronRDP] project.
8
+
9
+ [ CPAL ] : https://github.com/rustaudio/cpal
10
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP RDPSND
2
+
3
+ RDPSND static channel for audio output implemented as described in [ MS-RDPEA] .
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
8
+ [ MS-RDPEA ] : https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpea/bea2d5cf-e3b9-4419-92e5-0e074ff9bc5b
Original file line number Diff line number Diff line change
1
+ # IronRDP session generators
2
+
3
+ ` proptest ` generators for ` ironrdp-session ` types.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
Original file line number Diff line number Diff line change
1
+ # IronRDP Tokio
2
+
3
+ ` Framed* ` traits implementation above [ Tokio] ’s traits.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
8
+ [ Tokio ] : https://tokio.rs/
Original file line number Diff line number Diff line change
1
+ # IronRDP now-proto-pdu
2
+
3
+ The NOW virtual channel protocol use an RDP dynamic virtual channel ("Devolutions::Now::Agent") as a transport type.
4
+
5
+ This crate is part of the [ IronRDP] project.
6
+
7
+ [ IronRDP ] : https://github.com/Devolutions/IronRDP
You can’t perform that action at this time.
0 commit comments