generated from AMWA-TV/info-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed translation library dependency for plugin
Removed translation library dependency for plugin pt2 Removed translation library dependency for plugin pt2
- Loading branch information
1 parent
536104a
commit 719d586
Showing
13 changed files
with
718 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
cpp/demos/ossrf-nmos-api/config/nmos_plugin_node_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"node": { | ||
"id": "d5504cd1-fe68-489d-99d4-20d3f075f062", | ||
"configuration": { | ||
"label": "BISECT OSSRF Node2", | ||
"description": "BISECT OSSRF node2", | ||
"host_addresses": [ | ||
"192.168.1.120" | ||
], | ||
"interfaces": [ | ||
{ | ||
"chassis_id": "c8-94-02-f7-3e-eb", | ||
"name": "wlp1s0", | ||
"port_id": "00-e0-4c-68-01-8d" | ||
} | ||
], | ||
"clocks": [ | ||
{ | ||
"name": "clk0", | ||
"ref_type": "ptp", | ||
"traceable": false, | ||
"version": "IEEE1588-2008", | ||
"gmid": "00-20-fc-ff-fe-35-9c-25", | ||
"locked": true | ||
} | ||
], | ||
"registry_address": "192.168.1.120", | ||
"registry_version": "v1.3", | ||
"registration_port": 8010, | ||
"system_address": "192.168.1.120", | ||
"system_version": "v1.0", | ||
"system_port": 8010, | ||
"http_port": 5113 | ||
} | ||
}, | ||
"device": {}, | ||
"receivers": [], | ||
"senders": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.