mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add missing README.md files
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
5e5e1aa217
commit
f55e82f02e
@@ -0,0 +1,7 @@
|
||||
# IronRDP DVC
|
||||
|
||||
RDP Dynamic Virtual Channel (DVC) support.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,7 @@
|
||||
# IronRDP Error
|
||||
|
||||
A lightweight and `no_std`-compatible generic `Error` type.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,7 @@
|
||||
# IronRDP Futures
|
||||
|
||||
`Framed*` traits implementation above `futures`’s traits.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,7 @@
|
||||
# IronRDP PDU generators
|
||||
|
||||
`proptest` generators for `ironrdp-pdu` types.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,10 @@
|
||||
# IronRDP RDPSND native backends
|
||||
|
||||
Native RDPSND backend implementations.
|
||||
|
||||
Currently, only [CPAL] backend is supported.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[CPAL]: https://github.com/rustaudio/cpal
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,8 @@
|
||||
# IronRDP RDPSND
|
||||
|
||||
RDPSND static channel for audio output implemented as described in [MS-RDPEA].
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
[MS-RDPEA]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpea/bea2d5cf-e3b9-4419-92e5-0e074ff9bc5b
|
||||
@@ -0,0 +1,7 @@
|
||||
# IronRDP session generators
|
||||
|
||||
`proptest` generators for `ironrdp-session` types.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
@@ -0,0 +1,8 @@
|
||||
# IronRDP Tokio
|
||||
|
||||
`Framed*` traits implementation above [Tokio]’s traits.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
[Tokio]: https://tokio.rs/
|
||||
@@ -0,0 +1,7 @@
|
||||
# IronRDP now-proto-pdu
|
||||
|
||||
The NOW virtual channel protocol use an RDP dynamic virtual channel ("Devolutions::Now::Agent") as a transport type.
|
||||
|
||||
This crate is part of the [IronRDP] project.
|
||||
|
||||
[IronRDP]: https://github.com/Devolutions/IronRDP
|
||||
Reference in New Issue
Block a user