Home

Awesome

nmos

C++ library to implement AMWA-NMOS

Introduction

An implementation of the AMWA NMOS specifications in C++. The aim is to implement all of the specifications but currently IS-04 and IS-05 are targetted.

Current Status

IS-04

IS-05

Dependencies

The library is intended to be platform agnostic and where possible use widely used and public licenced external libraries.

Additional Libraries

The following libraries are required from GitHub. Using the CMake project will automatically clone them to the home directory

Building

There are CodeBlocks project files to build the library and a number of test applications. Alternatively there is a CMakeLists.txt file which can be used to build the library (not yet the test applications) on Linux (Windows etc still to come). To use this:

cd build
cmake ..
cmake --build .