This repository contains details of this AMWA IS-06 NMOS Specification. This REST API can be exposed by a network controller. The specification includes APIs to create and manage network flows, and senders/receivers of the flow.
Readers are advised to be familiar with:
- The JT-NM Reference Architecture (http://jt-nm.org/)
- The overview of Networked Media Open Specifications
Readers should read the documentation in this repository, starting with the Overview, and then look at the APIs, which are written in RAML and JSON Schema (if a suitable tool for reading RAML is not available, then this will create HTML versions).
It is recommended that the tagged releases are used as a reference for development as opposed to the 'master' or development branches of this repository.
Each version of the specification is available under a v<#MAJOR>.<#MINOR> tag such as 'v1.0'. Once a specification has been released, any updates to its documentation and schemas which do not modify the specification will be made available via a v<#MAJOR>.<#MINOR>.<#UPDATE> tag such as 'v1.0.1'.
- README.md -- This file
- docs/1.0. Overview.md -- Documentation targeting those implementing APIs and clients. Further topics are covered within the docs/ directory
- APIs/NetworkControlAPI.raml -- Normative specification of the NMOS Network Control API
- APIs/schemas/ -- JSON schemas used by API specifications
- APIs/generateHTML -- Tool to create HTML browsable version of the API specifications. Requires raml2html (https://github.com/kevinrenskers/raml2html).
- examples/ -- Example JSON requests and responses for APIs
- LICENSE -- Licenses for software and text documents
- NOTICE -- Disclaimer