Networked Media Open Specifications

AMWA NMOS Device Control Mock Application

About NC-DEVICE-MOCK

This is a mock NMOS device written in Typescript and running on the NodeJS stack. It has support for the NMOS Modeling suite (MS-05-02 and IS-12 in particular).

It also has support for IS-04 and IS-05 with some limitations:

Installation

Note: npm commands need to be executed from the /code subfolder.

First install dependencies with

npm install

Modify the config.json properties for your configuration. At the very least point registry_address and registry_port to the NMOS registry on your network.

Usage

Build and run with:

npm run build-and-start

If you plan to make changes and want the app to recompile and run whenever you save run with:

npm run serve

Configuration

These are the configuration keys which can be specified in the configuration file (config.json):

Specifications supported


NC-DEVICE-MOCK has been developed by the Advanced Media Workflow Association as part of the Networked Media Open Specifications initiative. See here for an overview of NMOS specifications.

The NMOS Testing Tool creates a simple web service for testing implementations of all NMOS APIs.

The links to documentation, API and examples below, and for SPEC links in the page menu bar are for this release or branch: branches/main. Links to other published releases and other live branches appear later in the page, or in the VERSIONS menu.

Documentation

Published Releases

Live Branches

main


These pages are rendered from the source of the specification, which is in this GitHub repository.

Repository Default Branch Lint (default) Render (all)
nmos-device-control-mock main Lint Status Render Status