Skip to content

Commit

Permalink
Use main branch for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Feb 16, 2021
1 parent c3581c0 commit 01de93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .lint/.init-scripts/make-build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -o errexit

git clone --single-branch --branch use-lint-dir https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-lint-scripts .scripts
git clone --single-branch --branch main https://${GITHUB_TOKEN:+${GITHUB_TOKEN}@}github.com/AMWA-TV/nmos-lint-scripts .scripts
.scripts/install-dependencies.sh
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
[![Lint Status](https://github.com/AMWA-TV/nmos-discovery-registration/workflows/Lint/badge.svg)](https://github.com/AMWA-TV/nmos-discovery-registration/actions?query=workflow%3ALint)
[![Render Status](https://github.com/AMWA-TV/nmos-discovery-registration/workflows/Render/badge.svg)](https://github.com/AMWA-TV/nmos-discovery-registration/actions?query=workflow%3ARender)

[//]: # "INTRO-START"
<!-- INTRO-START -->

### What does it do?
## What does it do?

- Allows control and monitoring applications to find the resources on a network
- Resources include Nodes, Devices, Senders, Receivers, Sources, Flows...

### Why does it matter?
## Why does it matter?

- Enables automation and reduces manual overhead in setting up networked sytems
- Essential for dynamic deployment

### How does it work?
## How does it work?

- Media Nodes locate IS-04 registry using DNS-SD (unicast preferred)
- Media Nodes register their resource information with HTTP + JSON
- Applications query with HTTP and/or subscribe with WebSockets

[//]: # "INTRO-END"
<!-- INTRO-END -->

## Getting started

Expand Down

0 comments on commit 01de93d

Please sign in to comment.