A Golang implementation of AMWA's NMOS protocols. It is designed to be used by controllers, so does not implement any server-side functionality. Server-side functionality like Regestries and Nodes can be implemented using the schemas and json marshalling of this protocol as part of separate repositories.
| API | Version | Supported | Notes |
|---|---|---|---|
| IS-04 | v1.0 | Yes | Node, Query, and Registry (only GET /health) |
| IS-04 | v1.1 | Yes | Node, Query, and Registry (only GET /health) |
| IS-04 | v1.2 | Yes | Node, Query, and Registry (only GET /health) |
| IS-04 | v1.3 | Yes | Node, Query, and Registry (only GET /health) |
| IS-05 | v1.0 | Yes | |
| IS-05 | v1.1 | Yes | |
| IS-07 | v1.0 | Yes | |
| IS-08 | v1.0 | Yes | |
| IS-09 | v1.0 | Planned |