IOS RDP Implementation Options

Are there any resettable RDP libraries / implementations for using the iOS platform?

If you do it no matter who they are, how do you do it? Maybe start diggin 's / porting code from freeRDP? What about these dependencies on Xorg and ALSA? How can you display things on iPhone coming from raw RDP data?

+7
source share
1 answer

From a similar stack :

I am a developer for CoRD who is a Cocoa RDP RDesktop client. There are no freely licensed RDP implementations for my knowledge. As far as I know, rdesktop is your best choice (GPL).

Very detailed documents of the RDP protocol are available from Microsoft, however it is a rather complicated protocol for implementation from scratch, due to its long history and many additions. This is much harder to implement than say RFB.

+1
source

All Articles