Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 105 additions & 52 deletions docs/Controller implementation tutorial.md

Large diffs are not rendered by default.

104 changes: 78 additions & 26 deletions docs/Device implementation tutorial.md

Large diffs are not rendered by default.

488 changes: 240 additions & 248 deletions docs/How To practical examples.md

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions docs/Tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,32 @@
- This will be replaced with a table of contents
{:toc}

This Implementation Guide aims to present implementers with a launchpad to propel their MS-05 / IS-12 implementations quickly off the ground.
This Implementation Guide aims to present implementers with a launchpad to propel their MS-05 / IS-12 / BCP-008 implementations quickly off the ground.

Target specifications:
The guide targets the following specifications:

- [MS-05-01 NMOS Control Architecture](https://specs.amwa.tv/ms-05-01)
- [MS-05-02 NMOS Control Framework](https://specs.amwa.tv/ms-05-02)
- [AMWA IS-12 NMOS Control Protocol](https://specs.amwa.tv/is-12)
- [AMWA BCP-008-01 NMOS Receiver Status](https://specs.amwa.tv/bcp-008-01)
- [AMWA BCP-008-02 NMOS Sender Status](https://specs.amwa.tv/bcp-008-02)

`Note:` This guide assumes some previous familiarity with two existing NMOS specifications:
Guidance sections will include links to relevant sections of these specifications.

This guide also assumes some previous familiarity with two existing NMOS specifications:

- [AMWA IS-04 NMOS Discovery and Registration](https://specs.amwa.tv/is-04)
- [AMWA IS-05 NMOS Device Connection Management](https://specs.amwa.tv/is-05)

Resources:
The following resources will be used in later sections of this guide:

- [NMOS Device control mock](https://github.com/AMWA-TV/nmos-device-control-mock)
- [Browser WebSocket extensions](https://chrome.google.com/webstore/search/websocket)

A comprehensive testing tool is available in the form of the [NMOS API Testing Tool](https://specs.amwa.tv/nmos-testing).

An open source media node framework is available in the form of [nmos-cpp](https://github.com/sony/nmos-cpp).

>The Guide is a living document and suggestions, corrections or other input is welcome at all times.
>
> To provide feedback, please create an issue at <https://github.com/AMWA-TV/info-006/issues>. We look forward to your feedback.
Binary file modified docs/images/command-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/context-identity-mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/identities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/non-standard-branching.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/typical-device-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.