Devolutions::Now::Agent RDP virtual channel protocol libraries and clients.
Current protocol specification: read
This repository contains the Rust implementation of the NOW-proto protocol encoding/decoding library.
In order to update the protocol, the following steps should be followed:
- Update the protocol specification in
doc/NOW-spec.md
.- Bump the protocol version number.
- Update the Rust implementation of the protocol in
crates/now-proto-pdu
.- Bump current protocol version in
NowProtoVersion::CURRENT
- Bump current protocol version in
- Update the C# protocol implementation (WIP)
- Update C# clients (WIP)