Remote Desktop Protocol C or Objective-C Library
Asked Answered
K

1

3

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

Kerriekerrigan answered 19/6, 2009 at 17:55 Comment(3)
Can you not find one with an LGPL license?Clareta
I only found ones with a GPL license.Kerriekerrigan
Sun supplies a uttsc utility for use with their SunRay graphical terminal. Much of Sun's software is now open source, but I couldn't immediately find the uttsc source. It might be worth some more Googling.Imide
P
2

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.

Platelet answered 9/7, 2009 at 3:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.