Received: by 10.236.85.51 with SMTP id t39mr8905439yhe.15.1350314772876; Mon, 15 Oct 2012 08:26:12 -0700 (PDT) X-BeenThere: android-developers@googlegroups.com Received: by 10.236.92.236 with SMTP id j72ls7884914yhf.1.gmail; Mon, 15 Oct 2012 08:23:22 -0700 (PDT) Received: by 10.236.79.7 with SMTP id h7mr1448630yhe.2.1350314602278; Mon, 15 Oct 2012 08:23:22 -0700 (PDT) Date: Mon, 15 Oct 2012 08:23:21 -0700 (PDT) From: bob To: android-developers@googlegroups.com Message-Id: <52043439-1c03-4179-8b8c-ddd20609e9da@googlegroups.com> In-Reply-To: References: Subject: Re: RDP for Android MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_61_23173682.1350314601453" ------=_Part_61_23173682.1350314601453 Content-Type: multipart/alternative; boundary="----=_Part_62_13787633.1350314601453" ------=_Part_62_13787633.1350314601453 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit You could always look at the source to VNC. Mainly, what you will be doing is constantly sending a screen capture back to the client. To minimize bandwidth, you will probably only send "what has changed." So, you will calculate the smallest rectangle that encompasses all changes and send that screen data as a compressed bitmap. On Friday, October 12, 2012 2:36:06 AM UTC-5, Nirav Parmar wrote: > > Hello everyone, > > I need to develop an app for remote desktop connection..searched > a little about that but didn't found any good explanation or example.. > Can anyone suggest a good staring point or some example which can guide ?? > > Thanks & Regards, > Nirav > > > ------=_Part_62_13787633.1350314601453 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

You could always look at the source to VNC.


Mainly, what you will be doing is constantly sending a screen capture back to the client.  


To minimize bandwidth, you will probably only send "what has changed."  So, you will calculate the smallest rectangle that encompasses all changes and send that screen data as a compressed bitmap.




On Friday, October 12, 2012 2:36:06 AM UTC-5, Nirav Parmar wrote:
Hello everyone,

I need to develop an app for remote desktop connection..searched a little about that but didn't found any good explanation or example..
Can anyone suggest a good staring point or some example which can guide ??

Thanks & Regards,
Nirav
 

------=_Part_62_13787633.1350314601453-- ------=_Part_61_23173682.1350314601453--