https://github.com/devolutions/now-proto
Devolutions::Now::Agent RDP virtual channel
https://github.com/devolutions/now-proto
c-sharp rdp remote-desktop rust virtual-channel
Last synced: 6 months ago
JSON representation
Devolutions::Now::Agent RDP virtual channel
- Host: GitHub
- URL: https://github.com/devolutions/now-proto
- Owner: Devolutions
- License: apache-2.0
- Created: 2024-12-04T14:00:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-30T14:14:36.000Z (6 months ago)
- Last Synced: 2025-07-30T16:49:45.893Z (6 months ago)
- Topics: c-sharp, rdp, remote-desktop, rust, virtual-channel
- Language: C#
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
NOW-proto
=========
Devolutions::Now::Agent RDP virtual channel protocol libraries and clients.
### Specification
Current protocol specification: [read](./docs/NOW-spec.md)
### Updating protocol
In order to update the protocol, the following steps should be followed:
1. Update the protocol specification in `./docs/NOW-spec.md`.
- Bump the protocol version number.
1. 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`
1. Update the C# implementation of the protocol in `./dotnet/Devolutions.NowProto`
- Bump current protocol version in `Devolutions.NowProto.NowProtoVersion.Current`