Does an RDP client library under Linux exist?

前端 未结 8 2172
时光取名叫无心
时光取名叫无心 2020-12-29 10:43

Are there any libraries for connecting as a client via Remote Desktop Protocol (RDP) in Linux? The language used is secondary to the issue of existence. Any mainstream lan

8条回答
  •  [愿得一人]
    2020-12-29 11:24

    You can look at these implementations:

    • FreeRDP (Apache License) - mostly C.
    • FreeRDP C# bindings
    • FreeRDP-WebConnect for HTML5 stuff
    • rdesktop (GPLv2) - mostly C.
    • rdpy (GPLv3) - python but bitmap stuff is written in C (borrowing code from rdesktop)
    • properJavaRDP (GPL) - java

    Non portable implementations:

    • Terminals (MS-CL) - visual studio project.

    And the reference documents:

    • http://msdn.microsoft.com/en-us/library/cc240445.aspx
    • http://msdn.microsoft.com/en-us/library/cc240452.aspx (message flows / connection sequence)

提交回复
热议问题