Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I know this is an old question, but I figured I would add some additional details since the current answers are not very helpful. It works using IP, typically via WiFi, but not technically required. Below are some more specific details of the actual communication used for the devices to interact. </p> <p>The Google TV Remote application uses Google's <a href="https://developers.google.com/tv/remote/docs/" rel="noreferrer">Anymote</a> Protocol, which any application can use to create second screen style applications. There are several pieces to the Anymote Protocol.</p> <p>The first being the discovery phase, where <a href="http://files.multicastdns.org/draft-cheshire-dnsext-multicastdns.txt" rel="noreferrer">multicast DNS</a> messages are used to discover any GTV based devices on the network. The mDNS messages are multicast using an IP of 224.0.0.251 port 5353. Any GTV devices who receive this message will respond with their machine name. At this point we now have a list of possible GTV devices.</p> <p>The second/third phases are the identification and authentication phases, where the TV issues a challenge for the device to complete. After this pairing is established, SSL certificates are exchanged between the devices for future communication over a secure SSL/TLS channel.</p> <p>The final phase involves the tablet/phone/etc device sending messages to the GTV device. There are several messages defined in the Anymote Protocol. The <a href="https://developers.google.com/tv/remote/docs/#flingevents" rel="noreferrer">fling</a> message, for instance, is translated into an Intent on the GTV device when received. This Intent can be used in any manner that a normal intent would be. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload