Reputation: 22726
I searched little bit but with no luck. I just need where to begin or the guideline or tutorials through which I can proceed for application development like "Desktop Connect".
It allows to connect desktop computers remotely from iPad and access it like you are working on your desktop.
Any Thoughts or assistance will be highly appreciated.
Jennis.
Upvotes: 3
Views: 2513
Reputation: 939
What is the part in which you need assistance ? Protocol, mouse/keyboard emulation, ...
Anyway there is an open source RDP client for iPhone/iPad available ! You can get source code here : http://www.irdesktop.com/gpl/
From this code, you could learn a lot about how it is done and how you could do something on the iPad ! But it's licensed under the GPL, so using any code from this application will force you to license your application under the GPL too.
Upvotes: 3
Reputation: 21249
You're looking at implementing the Remote Deskop Protocol (often refer to as RDP).
This SO question has some basic start info on that protocol that may help you.
And as pointed by Piskvor, there are other protocols, the most widely used being VNC.
Upvotes: 2