1 / 11

Sun-a, Kim Yoon kyoung , Kim

Study ‘Developer Documentation’ - CONVERGENCE APP -. Sun-a, Kim Yoon kyoung , Kim. Convergence app.

Télécharger la présentation

Sun-a, Kim Yoon kyoung , Kim

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Study ‘Developer Documentation’ - CONVERGENCE APP - Sun-a, Kim Yoon kyoung, Kim

  2. Convergence app Samsung Smart TV SDK supports device convergence by allowing a client application running on an external device to communicate with a TV application to synchronize state and exchange data and files. Convergence support is realized by providing a messaging system that allows the TV and other devices to exchange messages, including file attachments.

  3. Convergence app A Smart TV convergence application provides a REST-based interface so that device supporting HTTP protocol can communicate with the TV using UPnP discovery. Examples of HTTP devices include, but are not limited to, accessories such as smart phones, tablets, desktops, and laptops.

  4. Convergence architecture

  5. Messaging system The main purpose of the Convergence Framework is to enable transparent two way communication between the TV application and devices. Each application is responsible for defining its own message format and interpreting them.

  6. Messaging system A message is XML or JSON text data. Messages can include attachments, such as image or audio files. Note: Some predefined system messages must be handled by all the applications. All system messages are in JSON format.

  7. Messaging system The Samsung Smart TV Framework creates a message queue for the TV application and a message queue for each client device connected to the application.

  8. THE FRAMEWORK SUPPORTS HTTPS for secure communication The following types of message exchanges: Device to TV TV to device TV to device group Device to device group

  9. THE FRAMEWORK SUPPORTS Full-duplex communication in 2 directions: Clients to the TV Clients send messages to the TV application using POST requests.

  10. THE FRAMEWORK SUPPORTS TV application to clientsOnce the client device is connected, it must maintain a long polling GET to allow TV applications to send messages to clients at any time.

  11. The END

More Related