Skip to content

Commit

Permalink
Brief README updates for recent PRs
Browse files Browse the repository at this point in the history
* for build and dependencies, e.g. #197, #198, #207, #211, #215, #229, #230, #235, #243
* for SDP parser/generator, e.g. #201, #205, #219, #241, #242, #244
* for RQL, e.g. #224
* for CI tests, e.g. #218, #231, #239, #250
  • Loading branch information
garethsb committed Apr 28, 2022
1 parent 71f9fe0 commit 424a09b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ After setting up the dependencies, follow these [instructions](Documents/Getting

Next, try out the registry and node applications in the [tutorial](Documents/Tutorial.md).

An [nmos-cpp Conan package](https://conan.io/center/nmos-cpp) is published at Conan Center Index.

## Agile Development

[<img alt="JT-NM Tested 03/20 NMOS & TR-1001-1" src="Documents/images/jt-nm-tested-03-20-registry.png?raw=true" height="135" align="right"/>](https://jt-nm.org/jt-nm_tested/)
Expand Down Expand Up @@ -107,6 +109,11 @@ The implementation is designed to be extended. Development is ongoing, following

Recent activity on the project (newest first):

- Updates to the GitHub Actions build-test workflow for better coverage of platforms and to include unicast DNS-SD tests
- Regular Conan Center Index releases (see [nmos-cpp recipe](https://github.com/conan-io/conan-center-index/blob/master/recipes/nmos-cpp))
- Update to RQL implementation to support advanced queries for string values containing '.'
- Improvements to the SDP parser/generator
- Improvements to Conan/CMake build, including updates to preferred version of dependencies such as Boost and OpenSSL
- Prepared a basic Conan recipe for building nmos-cpp, in [Sandbox/conan-recipe](Sandbox/conan-recipe)
- Refactored the CMake build to make it easier to use nmos-cpp from another project, demonstrated by [Sandbox/my-nmos-node](Sandbox/my-nmos-node)
- Added support for BCP-004-01 Receiver Capabilities
Expand Down

0 comments on commit 424a09b

Please sign in to comment.