Does an RDP client library under Linux exist?
问题 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 language would do (e.g. C++, Perl, Java, Ruby, PHP, Python), and even less popular ones like OCaml or Scheme. Is there any option available other than taking the rdesktop source and hacking a library out of that? 回答1: There is a set of cross-platform open source RDP libraries available in FreeRDP project. They are written in C