Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IS-11 support #271

Open
wants to merge 116 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 83 commits
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
d5e46c1
Add Flow Compatibility Management API base route
N-Nagorny Jan 11, 2022
487818e
Add IS-11 resource makers and implement all GET operations
N-Nagorny Jan 12, 2022
79d2024
Implement PUT and DELETE for /inputs/{inputId}/edid/base
N-Nagorny Jan 14, 2022
634967d
flowcompatibility_api.cpp: refactor repeated code
N-Nagorny Jan 14, 2022
6d2a212
Add IS-11 and BCP-004-01 JSON Schemas
N-Nagorny Jan 16, 2022
ca8c804
Implement PUT and DELETE for /senders/{senderId}/constraints/active, …
N-Nagorny Jan 16, 2022
4b8f590
Implement States of Sender and Receiver
N-Nagorny Jan 24, 2022
fff7420
Fix bst::optional nullopt values
N-Nagorny Feb 3, 2022
3de8159
Allow making Outputs without EDID
N-Nagorny Feb 21, 2022
142f765
Remove "senders"/"receivers" arrays from Input/Output properties
N-Nagorny Feb 21, 2022
7ba0287
Add Sender Capabilities to flowcompatibility_active_constraints_put_h…
N-Nagorny Mar 11, 2022
b11402e
IS-11: update schemas, apply the new spec name to the sources
N-Nagorny May 14, 2022
ae50dd1
flowcompatibility -> streamcompatibility
N-Nagorny May 14, 2022
d230c3a
Node: replace EDID examples with dummies, add minor fixes
N-Nagorny May 14, 2022
2bcaba0
Sync Sender/Receiver states with IS-11 spec
N-Nagorny May 14, 2022
16941f7
Prevent IS-11 restrictions violation
N-Nagorny May 14, 2022
f2b8918
Fix is_subconstraint(), add unit tests
N-Nagorny May 31, 2022
6604027
Get rid of list of parameter constraints used for checking if a Const…
N-Nagorny May 31, 2022
583969d
Align bst::optional usage in IS-11 with the rest of code
N-Nagorny May 31, 2022
b3cf776
Replace string literals with platform-independent version
N-Nagorny May 31, 2022
3755db2
Convert EDID binary stored as utility::string_t to std::vector<uint8_t>
N-Nagorny Jun 27, 2022
986820e
Sync IS-11 Status with the spec
N-Nagorny Jun 27, 2022
c8f111b
Make Sender validator of streamcompatibility_behaviour_thread customi…
N-Nagorny Jul 6, 2022
278a802
streamcompatibility_behaviour: make namespaces full
N-Nagorny Jul 6, 2022
4836364
is_subconstraint(): fix the rational case
N-Nagorny Jul 20, 2022
b48f40f
Add match_constraint() for arbitrary JSON value
N-Nagorny Nov 16, 2022
8141286
is_subconstraint(): fix comparing of rationals
N-Nagorny Nov 16, 2022
c5d2000
Add constraints matcher for Senders
N-Nagorny Nov 17, 2022
2bac1b6
Add validate_receiver() callback, expand validate_sender()'s return v…
N-Nagorny Nov 17, 2022
e94eddf
Remove senderReceiverSubrouteType
N-Nagorny Nov 17, 2022
0812d6f
Minor fixes
N-Nagorny Nov 17, 2022
8eabb3f
Align make_node_implementation_streamcompatibility_...() naming
N-Nagorny Nov 17, 2022
7df92e9
Fix is_constraint_subset()
N-Nagorny Nov 20, 2022
376d616
Decouple IS-11 and IS-05
N-Nagorny Nov 20, 2022
5c8ab03
Apply suggestions from code review
N-Nagorny Nov 22, 2022
0dcdd31
Remove trailing commas
N-Nagorny Nov 22, 2022
a538f15
Move default connection_resource_patch_validator to nmos/connection_s…
N-Nagorny Nov 22, 2022
8801298
Replace validate_sender_resources with make_streamcompatibility_sende…
N-Nagorny Nov 23, 2022
b62883e
Fix inverted logic in subconstraint and constraint subset definitions
N-Nagorny Nov 23, 2022
e83e7d9
Get rid of structured bindings
N-Nagorny Nov 23, 2022
8084118
constraint_{min,max}imum: field<double> -> field_as_value
N-Nagorny Nov 30, 2022
e0756a2
Rename validate_sender to validate_sender_resources
N-Nagorny Nov 30, 2022
7d799c5
Add a Stream Compatibility validation test
N-Nagorny Nov 30, 2022
8ba4b46
Merge remote-tracking branch 'origin/master' into is-11
garethsb Dec 2, 2022
0444c02
Compare integer min/max as int64_t
garethsb Dec 2, 2022
6574cd7
Merge branch 'master' into is-11
N-Nagorny Dec 4, 2022
402fa7d
Revert changes in sdp_utils.{cpp,h}
N-Nagorny Dec 4, 2022
f5216f3
Add make_streamcompatibility_sdp_constraint_sets_matcher
N-Nagorny Dec 4, 2022
cd890ad
Fix /{senders,receivers}/{resourceId}/{inputs,outputs}
N-Nagorny Dec 6, 2022
6f46f53
Fix PUTting an empty array to Active Constraints
N-Nagorny Feb 2, 2023
8fc7591
Add default streamcompatibility_sender_validator to node_implementation
N-Nagorny Feb 2, 2023
8680a8f
Move empty Active Constraints fix
N-Nagorny Feb 3, 2023
d24eb37
Add "edid_support" to Node config
N-Nagorny Mar 21, 2023
2e08ff5
Different supported parameter constraints and Sedner Caps for video a…
N-Nagorny Mar 21, 2023
f5106ca
Add handling of Active Constraints which Constraint Sets contain less…
N-Nagorny Mar 21, 2023
fb0e20e
Fix build
N-Nagorny Mar 21, 2023
c5f2834
Merge remote-tracking branch 'origin/master' into is-11
N-Nagorny Apr 9, 2023
15a27a9
Add room for custom "debug" in 422 response
N-Nagorny Apr 9, 2023
c07645b
Fix Windows build
N-Nagorny Apr 17, 2023
fdaac5c
Merge remote-tracking branch 'origin/master' into is-11
garethsb Apr 20, 2023
e31e434
Add make_streamcompatibility_receiver_validator
N-Nagorny Apr 20, 2023
48b3c2c
Fix Sender validator for video/jxsv
N-Nagorny Apr 20, 2023
29bc35b
Fix receivers validation
N-Nagorny Apr 20, 2023
16af3ee
Fill Sender Caps from impl::fields
N-Nagorny Apr 20, 2023
9a4d99f
Restore the elegance of make_node_implementation
N-Nagorny Apr 20, 2023
8e22199
Merge Base EDID PUT and Base EDID DELETE handlers into a single one
N-Nagorny Apr 20, 2023
0195a9e
Remove has_value()
N-Nagorny Apr 20, 2023
389bcd2
streamcompatibility_active_constraints_put_handler: take streamcompat…
N-Nagorny Apr 20, 2023
1d1f878
Add get_constraint_set_intersection for streamcompatibility_active_co…
N-Nagorny Apr 21, 2023
56d9555
Store intersection of Sender Caps and Active Constraints in streamcom…
N-Nagorny Apr 22, 2023
abd69b1
Fix print-outs
N-Nagorny Apr 22, 2023
9bc3c91
constraints.cpp tweaks
N-Nagorny Apr 25, 2023
fd69423
streamcompatibility_active_constraints_put_handler -> streamcompatibi…
N-Nagorny Apr 25, 2023
6b75505
Separate 422 and empty intersection
N-Nagorny Apr 25, 2023
e0b29e1
Run IS-11 test suite as part of CI
N-Nagorny Apr 25, 2023
9e9ac54
Quickfix
N-Nagorny Apr 25, 2023
1631623
Temporarily ignore auto_connection_21
N-Nagorny Apr 25, 2023
dff5591
Revert "Temporarily ignore auto_connection_21"
N-Nagorny Apr 27, 2023
3d71441
CI: switch IS-11 branch
N-Nagorny Apr 28, 2023
e5efb1d
Move video_jxsv_sender_resources_matcher to video_jxsv.{h,cpp}
N-Nagorny Apr 28, 2023
ecf6aaf
Fix streamcompatibility_sender_validator typedef
N-Nagorny Apr 28, 2023
e1f707c
Remove "merge" from get_constraint_set_intersection
N-Nagorny Apr 28, 2023
c0c479f
Replace make_streamcompatibility_receiver_validator's transport_file_…
N-Nagorny Apr 28, 2023
4edcf0c
Simplify make_node_implementation_streamcompatibility_active_constrai…
N-Nagorny May 5, 2023
4a37cd8
constraint_value_less: detail -> details
N-Nagorny May 5, 2023
bd128a3
Restore filtering out "meta" in get_constraint_set_intersection
N-Nagorny May 5, 2023
ca0b38a
Fix '"enum" matches "min"/"max"' case
N-Nagorny May 22, 2023
c17013f
Add settings for IS-11 implementation control
N-Nagorny May 22, 2023
04f1fc9
CI: print test results for failed suites
N-Nagorny May 22, 2023
bda591e
Fix streamcompatibility_index issue
N-Nagorny Jun 13, 2023
dbfc11d
Add "device_id" to IS-11 Input/Output
N-Nagorny Feb 13, 2023
60fa835
Add "base_edid_changeable" to Input
N-Nagorny Feb 15, 2023
3c01117
"base_edid_changeable" -> "base_edid_support"
N-Nagorny Jul 1, 2023
17f9721
Add "default_signal"
N-Nagorny Jul 1, 2023
28241d0
Update JSON Schemas
N-Nagorny Jul 1, 2023
b24f84d
Add "adjust_to_caps"
N-Nagorny Jul 3, 2023
b98dab7
Update JSON Schemas
N-Nagorny Jul 20, 2023
2e033b5
Remove support of obsolete "base_edid", "effective_edid" and "edid" J…
N-Nagorny Jul 20, 2023
146beed
Add "master_enable" check before Receiver's stream compliance check
N-Nagorny Jul 22, 2023
74e20cc
Wrap adjust_to_caps checks with U macro
N-Nagorny Jul 22, 2023
8f3301c
Erase "debug" in Status of S/R if it's empty in the last update
N-Nagorny Jul 22, 2023
c778adc
CI: temporarily switch to nmos-testing fork
N-Nagorny Jul 22, 2023
4c446ba
Fix edid_href
N-Nagorny Oct 12, 2023
0d8f8e4
CI: change the branch
N-Nagorny Nov 1, 2023
20b8a7d
Remove BCP-004-01 schemas since they were copied to IS-11
N-Nagorny Nov 1, 2023
290c745
Switch nmos-testing to AMWA-TV:is-11
N-Nagorny Mar 4, 2024
a21a413
Merge branch 'master' into is-11
N-Nagorny Mar 4, 2024
effaa6f
Add IS-11 docs
N-Nagorny Mar 6, 2024
726f18f
Temporarily disable IS-11 tests
N-Nagorny Mar 6, 2024
373ffa9
Merge branch 'master' into is-11
N-Nagorny Mar 7, 2024
a522324
Remove spaces
lo-simon Mar 11, 2024
fbb4470
Add IS-10 support
lo-simon Mar 11, 2024
d33fdfa
Merge pull request #1 from lo-simon/add-is10-support-to-is11
N-Nagorny Mar 12, 2024
3fa4720
Apply suggestions from code review
N-Nagorny Mar 13, 2024
7bce8b5
IS-11 branch: v1.0-dev -> v1.0.x
N-Nagorny Mar 15, 2024
7d47286
Update IS-11 docs
N-Nagorny Mar 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,10 @@ jobs:
set -x
root_dir=`pwd`

# Install AMWA NMOS Testing Tool
# Install AMWA NMOS Testing Tool (is-11 instead of master until IS-11 tests are merged)
git clone https://github.com/AMWA-TV/nmos-testing.git
cd nmos-testing
git checkout is-11

# Configure the Testing Tool so all APIs are tested with TLS
printf "from . import Config as CONFIG\nCONFIG.ENABLE_HTTPS = True\n" > nmostesting/UserConfig.py
Expand Down Expand Up @@ -847,9 +848,10 @@ jobs:
set -x
root_dir=`pwd`

# Install AMWA NMOS Testing Tool
# Install AMWA NMOS Testing Tool (is-11 instead of master until IS-11 tests are merged)
git clone https://github.com/AMWA-TV/nmos-testing.git
cd nmos-testing
git checkout is-11

# Configure the Testing Tool so all APIs are tested with TLS
printf "from . import Config as CONFIG\nCONFIG.ENABLE_HTTPS = True\n" > nmostesting/UserConfig.py
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/src/amwa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
set -x
root_dir=`pwd`

# Install AMWA NMOS Testing Tool
# Install AMWA NMOS Testing Tool (is-11 instead of master until IS-11 tests are merged)
git clone https://github.com/AMWA-TV/nmos-testing.git
cd nmos-testing
git checkout is-11

# Configure the Testing Tool so all APIs are tested with TLS
printf "from . import Config as CONFIG\nCONFIG.ENABLE_HTTPS = True\n" > nmostesting/UserConfig.py
Expand Down Expand Up @@ -146,7 +147,7 @@
# nmos-cpp-node doesn't currently support advertising hostnames to Avahi
avahi-publish -a -R nmos-api.local ${{ env.HOST_IP_ADDRESS }} &
fi

${{ env.GITHUB_WORKSPACE_BASH }}/Sandbox/run_nmos_testing.sh "$run_python" ${domain} ${root_dir}/build/nmos-cpp-node ${root_dir}/build/nmos-cpp-registry results badges $GITHUB_STEP_SUMMARY ${{ env.HOST_IP_ADDRESS }} "${{ env.GITHUB_COMMIT }}-${{ env.BUILD_NAME }}-"

if [[ "${{ runner.os }}" == "Linux" ]]; then
Expand Down
172 changes: 172 additions & 0 deletions Development/cmake/NmosCppLibraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,163 @@ target_include_directories(nmos_is09_schemas PUBLIC
list(APPEND NMOS_CPP_TARGETS nmos_is09_schemas)
add_library(nmos-cpp::nmos_is09_schemas ALIAS nmos_is09_schemas)

# nmos_is11_schemas library

set(NMOS_IS11_SCHEMAS_HEADERS
nmos/is11_schemas/is11_schemas.h
)

set(NMOS_IS11_V1_0_TAG v1.0.x)

set(NMOS_IS11_V1_0_SCHEMAS_JSON
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/constraints_active.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/constraints-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/constraints_supported.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/edid.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/edid_timing.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/empty_constraints_active.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/error.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/input-edid-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/input.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/input-output-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/output.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/receiver-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/receiver-status.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/resource-list.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/sender-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/sender-status.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/streamcompatibility-api-base.json
third_party/is-11/${NMOS_IS11_V1_0_TAG}/APIs/schemas/uuid-list.json
)

set(NMOS_IS11_SCHEMAS_JSON_MATCH "third_party/is-11/([^/]+)/APIs/schemas/([^;]+)\\.json")
set(NMOS_IS11_SCHEMAS_SOURCE_REPLACE "${CMAKE_CURRENT_BINARY_DIR_REPLACE}/nmos/is11_schemas/\\1/\\2.cpp")
string(REGEX REPLACE "${NMOS_IS11_SCHEMAS_JSON_MATCH}(;|$)" "${NMOS_IS11_SCHEMAS_SOURCE_REPLACE}\\3" NMOS_IS11_V1_0_SCHEMAS_SOURCES "${NMOS_IS11_V1_0_SCHEMAS_JSON}")

foreach(JSON ${NMOS_IS11_V1_0_SCHEMAS_JSON})
string(REGEX REPLACE "${NMOS_IS11_SCHEMAS_JSON_MATCH}" "${NMOS_IS11_SCHEMAS_SOURCE_REPLACE}" SOURCE "${JSON}")
string(REGEX REPLACE "${NMOS_IS11_SCHEMAS_JSON_MATCH}" "\\1" NS "${JSON}")
string(REGEX REPLACE "${NMOS_IS11_SCHEMAS_JSON_MATCH}" "\\2" VAR "${JSON}")
string(MAKE_C_IDENTIFIER "${NS}" NS)
string(MAKE_C_IDENTIFIER "${VAR}" VAR)

file(WRITE "${SOURCE}.in" "\
// Auto-generated from: ${JSON}\n\
\n\
namespace nmos\n\
{\n\
namespace is11_schemas\n\
{\n\
namespace ${NS}\n\
{\n\
const char* ${VAR} = R\"-auto-generated-(")

file(READ "${JSON}" RAW)
file(APPEND "${SOURCE}.in" "${RAW}")

file(APPEND "${SOURCE}.in" ")-auto-generated-\";\n\
}\n\
}\n\
}\n")

configure_file("${SOURCE}.in" "${SOURCE}" COPYONLY)
endforeach()

add_library(
nmos_is11_schemas STATIC
${NMOS_IS11_SCHEMAS_HEADERS}
${NMOS_IS11_V1_0_SCHEMAS_SOURCES}
)

source_group("nmos\\is11_schemas\\Header Files" FILES ${NMOS_IS11_SCHEMAS_HEADERS})
source_group("nmos\\is11_schemas\\${NMOS_IS11_V1_0_TAG}\\Source Files" FILES ${NMOS_IS11_V1_0_SCHEMAS_SOURCES})

target_link_libraries(
nmos_is11_schemas PRIVATE
nmos-cpp::compile-settings
)
target_include_directories(nmos_is11_schemas PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${NMOS_CPP_INSTALL_INCLUDEDIR}>
)

list(APPEND NMOS_CPP_TARGETS nmos_is11_schemas)
add_library(nmos-cpp::nmos_is11_schemas ALIAS nmos_is11_schemas)

# nmos_bcp00401_schemas library

set(NMOS_BCP00401_SCHEMAS_HEADERS
nmos/bcp00401_schemas/bcp00401_schemas.h
)

set(NMOS_BCP00401_V1_0_TAG v1.0.x)

set(NMOS_BCP00401_V1_0_SCHEMAS_JSON
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/constraint_set.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/constraint_sets.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint_boolean.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint_integer.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint_number.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint_rational.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/param_constraint_string.json
third_party/bcp-004-01/${NMOS_BCP00401_V1_0_TAG}/APIs/schemas/receiver_constraint_sets.json
)

set(NMOS_BCP00401_SCHEMAS_JSON_MATCH "third_party/bcp-004-01/([^/]+)/APIs/schemas/([^;]+)\\.json")
set(NMOS_BCP00401_SCHEMAS_SOURCE_REPLACE "${CMAKE_CURRENT_BINARY_DIR_REPLACE}/nmos/bcp00401_schemas/\\1/\\2.cpp")
string(REGEX REPLACE "${NMOS_BCP00401_SCHEMAS_JSON_MATCH}(;|$)" "${NMOS_BCP00401_SCHEMAS_SOURCE_REPLACE}\\3" NMOS_BCP00401_V1_0_SCHEMAS_SOURCES "${NMOS_BCP00401_V1_0_SCHEMAS_JSON}")

foreach(JSON ${NMOS_BCP00401_V1_0_SCHEMAS_JSON})
string(REGEX REPLACE "${NMOS_BCP00401_SCHEMAS_JSON_MATCH}" "${NMOS_BCP00401_SCHEMAS_SOURCE_REPLACE}" SOURCE "${JSON}")
string(REGEX REPLACE "${NMOS_BCP00401_SCHEMAS_JSON_MATCH}" "\\1" NS "${JSON}")
string(REGEX REPLACE "${NMOS_BCP00401_SCHEMAS_JSON_MATCH}" "\\2" VAR "${JSON}")
string(MAKE_C_IDENTIFIER "${NS}" NS)
string(MAKE_C_IDENTIFIER "${VAR}" VAR)

file(WRITE "${SOURCE}.in" "\
// Auto-generated from: ${JSON}\n\
\n\
namespace nmos\n\
{\n\
namespace bcp00401_schemas\n\
{\n\
namespace ${NS}\n\
{\n\
const char* ${VAR} = R\"-auto-generated-(")

file(READ "${JSON}" RAW)
file(APPEND "${SOURCE}.in" "${RAW}")

file(APPEND "${SOURCE}.in" ")-auto-generated-\";\n\
}\n\
}\n\
}\n")

configure_file("${SOURCE}.in" "${SOURCE}" COPYONLY)
endforeach()

add_library(
nmos_bcp00401_schemas STATIC
${NMOS_BCP00401_SCHEMAS_HEADERS}
${NMOS_BCP00401_V1_0_SCHEMAS_SOURCES}
)

source_group("nmos\\bcp00401_schemas\\Header Files" FILES ${NMOS_BCP00401_SCHEMAS_HEADERS})
source_group("nmos\\bcp00401_schemas\\${NMOS_BCP00401_V1_0_TAG}\\Source Files" FILES ${NMOS_BCP00401_V1_0_SCHEMAS_SOURCES})

target_link_libraries(
nmos_bcp00401_schemas PRIVATE
nmos-cpp::compile-settings
)
target_include_directories(nmos_bcp00401_schemas PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${NMOS_CPP_INSTALL_INCLUDEDIR}>
)

list(APPEND NMOS_CPP_TARGETS nmos_bcp00401_schemas)
add_library(nmos-cpp::nmos_bcp00401_schemas ALIAS nmos_bcp00401_schemas)

# nmos-cpp library

set(NMOS_CPP_BST_SOURCES
Expand Down Expand Up @@ -757,12 +914,18 @@ set(NMOS_CPP_NMOS_SOURCES
nmos/connection_api.cpp
nmos/connection_events_activation.cpp
nmos/connection_resources.cpp
nmos/streamcompatibility_validation.cpp
nmos/constraints.cpp
nmos/did_sdid.cpp
nmos/events_api.cpp
nmos/events_resources.cpp
nmos/events_ws_api.cpp
nmos/events_ws_client.cpp
nmos/filesystem_route.cpp
nmos/streamcompatibility_api.cpp
nmos/streamcompatibility_behaviour.cpp
nmos/streamcompatibility_resources.cpp
nmos/streamcompatibility_utils.cpp
nmos/group_hint.cpp
nmos/id.cpp
nmos/lldp_handler.cpp
Expand Down Expand Up @@ -828,6 +991,8 @@ set(NMOS_CPP_NMOS_HEADERS
nmos/connection_api.h
nmos/connection_events_activation.h
nmos/connection_resources.h
nmos/streamcompatibility_validation.h
nmos/constraints.h
nmos/device_type.h
nmos/did_sdid.h
nmos/event_type.h
Expand All @@ -836,6 +1001,10 @@ set(NMOS_CPP_NMOS_HEADERS
nmos/events_ws_api.h
nmos/events_ws_client.h
nmos/filesystem_route.h
nmos/streamcompatibility_api.h
nmos/streamcompatibility_behaviour.h
nmos/streamcompatibility_resources.h
nmos/streamcompatibility_utils.h
nmos/format.h
nmos/group_hint.h
nmos/health.h
Expand Down Expand Up @@ -887,6 +1056,7 @@ set(NMOS_CPP_NMOS_HEADERS
nmos/resources.h
nmos/schemas_api.h
nmos/sdp_utils.h
nmos/streamcompatibility_state.h
nmos/server.h
nmos/server_utils.h
nmos/settings.h
Expand Down Expand Up @@ -984,6 +1154,8 @@ target_link_libraries(
nmos-cpp::nmos_is05_schemas
nmos-cpp::nmos_is08_schemas
nmos-cpp::nmos_is09_schemas
nmos-cpp::nmos_is11_schemas
nmos-cpp::nmos_bcp00401_schemas
nmos-cpp::mdns
nmos-cpp::slog
nmos-cpp::OpenSSL
Expand Down
2 changes: 2 additions & 0 deletions Development/cmake/NmosCppTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ set(NMOS_CPP_TEST_NMOS_TEST_SOURCES
nmos/test/api_utils_test.cpp
nmos/test/capabilities_test.cpp
nmos/test/channels_test.cpp
nmos/test/constraints_test.cpp
nmos/test/did_sdid_test.cpp
nmos/test/event_type_test.cpp
nmos/test/json_validator_test.cpp
nmos/test/paging_utils_test.cpp
nmos/test/query_api_test.cpp
nmos/test/sdp_utils_test.cpp
nmos/test/streamcompatibility_validation_test.cpp
nmos/test/system_resources_test.cpp
nmos/test/video_jxsv_test.cpp
)
Expand Down
7 changes: 7 additions & 0 deletions Development/nmos-cpp-node/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
// smpte2022_7: controls whether senders and receivers have one leg (false) or two legs (true, default)
//"smpte2022_7": false,

// edid_support: controls whether inputs and output have EDID support
//"edid_support": false,

// Configuration settings and defaults for logging

// error_log [registry, node]: filename for the error log or an empty string to write to stderr
Expand Down Expand Up @@ -101,6 +104,9 @@
// is09_versions [registry, node]: used to specify the enabled API versions for a version-locked configuration
//"is09_versions": ["v1.0"],

// is11_versions [node]: used to specify the enabled API versions for a version-locked configuration
//"is11_versions": ["v1.0"],

// pri [registry, node]: used for the 'pri' TXT record; specifying nmos::service_priorities::no_priority (maximum value) disables advertisement completely
//"pri": 100,

Expand Down Expand Up @@ -132,6 +138,7 @@
//"events_port": 3216,
//"events_ws_port": 3217,
//"channelmapping_port": 3215,
//"streamcompatibility_port": 3218,
// system_port [node]: used to construct request URLs for the System API (if not discovered via DNS-SD)
//"system_port": 10641,

Expand Down
Loading