Git Product home page Git Product logo

rd_pipe-rs's Introduction

RD Pipe is a library that offers a named pipe layer for Windows Remote Desktop Services Dynamic Virtual Channels. In short, RD Pipe allows you to transmit data over a RDS virtual channel by connecting to a named pipe. Data written to the named pipe is send over the virtual channel to the server, and data received from the server can be read from the named pipe.

Why this library

Microsoft has two sets of APIs for Dynamic Virtual Channels. De server APIs are relatively easi to implement, as they are based on basic file I/O. On the other hand, implementing the client APIs is much less trivial as it involves implementing a COM server. This implies a lot of overhead when done in languages that don't compile to native code. Therefore, RD Pipe implements the COM server part, exposing a named pipe instead that can be easily consumed in languages like C#, Python, etc.

Building from source

Building RD Pipe is straight forward when you are acustomed to development in the Rust language. If not, it is yet pretty simple, as you mainly have to follow the Rust installation instructions for Windows. After that, building RD Pipe is as easy as executing cargo build from the command line.

rd_pipe-rs's People

Contributors

dependabot[bot] avatar leonardder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.