Skip to content

Open Screen Application Protocol + Open Screen Network Protocol

License

Notifications You must be signed in to change notification settings

w3c/openscreenprotocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

296785a · Dec 3, 2024
Nov 29, 2024
Apr 4, 2019
Apr 4, 2019
Oct 8, 2024
Sep 7, 2022
Apr 4, 2019
Sep 20, 2024
May 15, 2019
Dec 13, 2019
May 19, 2021
Dec 13, 2019
Sep 20, 2024
Mar 12, 2021
Sep 19, 2024
Dec 3, 2024
Sep 11, 2023
Sep 10, 2023
Apr 4, 2019
May 22, 2018
Mar 15, 2021
Sep 19, 2024
Sep 19, 2024
Oct 8, 2024
Sep 19, 2024
Sep 15, 2017
Sep 11, 2019
Dec 13, 2019

Repository files navigation

Open Screen Protocol

This repository is used to incubate and develop the Open Screen Protocol, which is a suite of network protocols that allow user agents to implement the Presentation API and Remote Playback API in an interoperable fashion.

The explainer goes into more depth regarding the motivation, and rationale, and design choices for the protocol.

This work is in scope for the W3C Second Screen Working Group (Charter).

Please refer to the group's Work Mode for instructions on how to contribute.

The protocol will meet the functional and non-functional requirements of the respective APIs as well as hardware requirements for prospective implementations.

Status

The protocol is considered to be complete for the requirements above. It will be published as a First Public Working Draft in mid-March 2021. The remaining issues on the draft are tagged v1-spec in GitHub and noted inline in the spec.

Related technologies

The Open Screen Protocol is built on the following standardized technologies:

  • mDNS/DNS-SD to allow networked devices that support OSP (Open Screen agents) to discover each other;
  • TLS 1.3 and a Password-Authenticated Key Exchange (PAKE) to create a secure channel between agents;
  • QUIC to transport data and media between agents;
  • CBOR to encode structured data and media on-the-wire.

Background Information

The excellent Discovery and Pairing Literature Review by @chrisn and @libbymiller covers a wide range of existing technologies for ad-hoc interconnection among networked devices, including mDNS/DNS-SD and SSDP.