Devolutions::Now::Agent RDP virtual channel protocol libraries and clients.
Current protocol specification: read
In order to update the protocol, the following steps should be followed:
- Update the protocol specification in
./docs/NOW-spec.md
.- Bump the protocol version number.
- Update the Rust implementation of the protocol in
./rust/now-proto-pdu
.- Bump current protocol version defined in
now_proto_pdu::channel::capset::NowProtoVersion::CURRENT
- Bump current protocol version defined in
- Update the C# implementation of the protocol in
./dotnet/Devolutions.NowProto
- Bump current protocol version in
Devolutions.NowProto.NowProtoVersion.Current
- Bump current protocol version in