Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Chrome remote desktop access
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sankar P  
View profile  
 More options Oct 8 2011, 6:09 am
From: Sankar P <sankar.curios...@gmail.com>
Date: Sat, 8 Oct 2011 15:39:21 +0530
Local: Sat, Oct 8 2011 6:09 am
Subject: Chrome remote desktop access
Hi,

I recently saw an extension from google for accessing remote desktops
within intranet by chromium team -
https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmiheni...

Can someone let us know what is the protocol (and library) used here ?

--
Sankar P
http://psankar.blogspot.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alpha (Hin-Chung) Lam  
View profile  
 More options Oct 8 2011, 11:33 am
From: "Alpha (Hin-Chung) Lam" <hc...@google.com>
Date: Sat, 8 Oct 2011 16:33:43 +0100
Local: Sat, Oct 8 2011 11:33 am
Subject: Re: [chromium-dev] Chrome remote desktop access

The protocol is something we designed and based on several google
technologies:

1. Bottom layer is p2p connection established by libjingle, this can be udp,
tcp or relay through google.
2. We use PseudoTcp implementation in libjingle to provide reliable
connection.
3. On top of that is SSL connection.
4. protobuf is used for structured data and framing.
5. Graphics is encoded using VP8.

Alpha

2011年10月8日11:09 Sankar P <sankar.curios...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sankar P  
View profile  
 More options Oct 8 2011, 11:45 am
From: Sankar P <sankar.curios...@gmail.com>
Date: Sat, 8 Oct 2011 21:15:52 +0530
Local: Sat, Oct 8 2011 11:45 am
Subject: Re: [chromium-dev] Chrome remote desktop access
ah okay. thanks. Is there a RFC (or some page) where this is
documented in detail ?

On Sat, Oct 8, 2011 at 9:03 PM, Alpha (Hin-Chung) Lam <hc...@google.com> wrote:

--
Sankar P
http://psankar.blogspot.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey Ulanov  
View profile  
 More options Oct 8 2011, 2:37 pm
From: Sergey Ulanov <serg...@chromium.org>
Date: Sat, 8 Oct 2011 11:37:44 -0700
Local: Sat, Oct 8 2011 2:37 pm
Subject: Re: [chromium-dev] Chrome remote desktop access

On Sat, Oct 8, 2011 at 8:45 AM, Sankar P <sankar.curios...@gmail.com> wrote:
> ah okay. thanks. Is there a RFC (or some page) where this is
> documented in detail ?

No, there is no spec for the protocol yet, but we will probably publish
something as the protocol matures. The implementation is open-source,
sources are in chromium SVN:
http://src.chromium.org/viewvc/chrome/trunk/src/remoting/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sankar P  
View profile  
 More options Oct 9 2011, 1:25 am
From: Sankar P <sankar.curios...@gmail.com>
Date: Sun, 9 Oct 2011 10:55:19 +0530
Local: Sun, Oct 9 2011 1:25 am
Subject: Re: [chromium-dev] Chrome remote desktop access

On Sun, Oct 9, 2011 at 12:07 AM, Sergey Ulanov <serg...@chromium.org> wrote:
> On Sat, Oct 8, 2011 at 8:45 AM, Sankar P <sankar.curios...@gmail.com> wrote:

>> ah okay. thanks. Is there a RFC (or some page) where this is
>> documented in detail ?

> No, there is no spec for the protocol yet, but we will probably publish
> something as the protocol matures. The implementation is open-source,
> sources are in chromium SVN:
> http://src.chromium.org/viewvc/chrome/trunk/src/remoting/

Thanks. I will have a look. I will try to implement this for telepathy
(if time permits) so that we can access a remote chrome browser from
any telepathy client and not just another instance of chrome.

On an unrelated side note, I am tempted to ask those who complained
nothing except core-browsing should be included when I proposed
telepathy integration :-) However,  I understand the rationale behind
this feature and will keep quiet :)

Sankar

--
Sankar P
http://psankar.blogspot.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Oct 9 2011, 2:50 am
From: PhistucK <phist...@gmail.com>
Date: Sun, 9 Oct 2011 08:50:38 +0200
Local: Sun, Oct 9 2011 2:50 am
Subject: Re: [chromium-dev] Chrome remote desktop access

This is not part of the core browser, as you can see, it is an extension.
It is part of the code base for convenience and due to base dependencies, I
guess.

☆*PhistucK*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey Ulanov  
View profile  
 More options Oct 9 2011, 2:45 pm
From: Sergey Ulanov <serg...@chromium.org>
Date: Sun, 9 Oct 2011 11:45:59 -0700
Local: Sun, Oct 9 2011 2:45 pm
Subject: Re: [chromium-dev] Chrome remote desktop access

On Sat, Oct 8, 2011 at 11:50 PM, PhistucK <phist...@gmail.com> wrote:
> This is not part of the core browser, as you can see, it is an extension.
> It is part of the code base for convenience and due to base dependencies, I
> guess.

Currently the client code is a pepper plugin built into the browser (host is
a separate NPAPI plugin). Our long-term plan is to separate this code from
the browser and move it to a separate NaCl plugin installed as part of the
web app, but this is contingent on implementation of some networking API for
NaCl.

☆*PhistucK*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »