Remote Desktop Protocol C or Objective-C Library

ⅰ亾dé卋堺 提交于 2019-12-19 03:56:49

问题


Does anyone know of a library for RDP that's written in C or Objective-C that is not GPLed?


回答1:


I'm a developer for CoRD, which is a Cocoa RDP client based off rdesktop. There are no loosely-licensed RDP implementations to my knowledge. As far as I know, rdesktop is your best bet (GPL).

Very detailed RDP protocol documents are freely available from Microsoft, however it is a somewhat difficult protocol to implement from scratch, due to its lengthy history and myriad of additions. It's much harder to implement than say, RFB.



来源:https://stackoverflow.com/questions/1019236/remote-desktop-protocol-c-or-objective-c-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!