From f3fb844cc685caf5dbd462e99300cfd2a2b76642 Mon Sep 17 00:00:00 2001 From: GeovannyGA Date: Thu, 1 Aug 2024 14:51:10 -0400 Subject: [PATCH 1/2] Addition of connection info --- connector/doc/Sencore_AG_5800.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/connector/doc/Sencore_AG_5800.md b/connector/doc/Sencore_AG_5800.md index e4c4e320..c0858659 100644 --- a/connector/doc/Sencore_AG_5800.md +++ b/connector/doc/Sencore_AG_5800.md @@ -15,7 +15,8 @@ This connector uses **SNMP** to retrieve and configure parameters of the Sencore | Range | Description | DCF Integration | Cassandra Compliant | |--|--|--|--| | 1.0.0.x | Initial version | No | Yes | -| 1.0.1.x [Main] | - Fixes Input Primary & Secondary Source Output, making it dynamic and mutually exclusive using labels from Transport Stream Input Source.
- Fixes Output Manual Format behavior.
- Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters.
- Fixes SETs for IP Address-like and Port-like parameters. | No | Yes | +| 1.0.1.x | - Fixes Input Primary & Secondary Source Output, making it dynamic and mutually exclusive using labels from Transport Stream Input Source.
- Fixes Output Manual Format behavior.
- Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters.
- Fixes SETs for IP Address-like and Port-like parameters. | No | Yes | +| 1.0.2.x [Main] | Addition of HTTP connection | No | Yes | ### Product Info @@ -23,6 +24,7 @@ This connector uses **SNMP** to retrieve and configure parameters of the Sencore |------------------|-----------------------------| | 1.0.0.x | 2.5.0 | | 1.0.1.x | 2.5.0 | +| 1.0.2.x | 2.5.0 | ## Installation and configuration @@ -42,6 +44,20 @@ SNMP Settings: - **Get community string**: The community string used when reading values from the device, by default *public*. - **Set community string**: The community string used when setting values on the device, by default *private*. +#### HTTP Connection (1.0.2.X) + +This connector uses an HTTP connection and requires the following input during element creation: + +HTTP CONNECTION: + +- **IP address/host** +- **IP port**: + +HTTP Settings: + +- **Username**: The username to request the SID. +- **Password**: The password used on the request to get the SID. + ## Usage ### General From 58d7225ade90b35e7eb7ea8ed9ef4799273d127b Mon Sep 17 00:00:00 2001 From: MariekeGO <94605575+MariekeGO@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:29:09 +0200 Subject: [PATCH 2/2] Update Sencore_AG_5800.md --- connector/doc/Sencore_AG_5800.md | 40 ++++++++++++++------------------ 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/connector/doc/Sencore_AG_5800.md b/connector/doc/Sencore_AG_5800.md index c0858659..3dfee93e 100644 --- a/connector/doc/Sencore_AG_5800.md +++ b/connector/doc/Sencore_AG_5800.md @@ -14,8 +14,8 @@ This connector uses **SNMP** to retrieve and configure parameters of the Sencore | Range | Description | DCF Integration | Cassandra Compliant | |--|--|--|--| -| 1.0.0.x | Initial version | No | Yes | -| 1.0.1.x | - Fixes Input Primary & Secondary Source Output, making it dynamic and mutually exclusive using labels from Transport Stream Input Source.
- Fixes Output Manual Format behavior.
- Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters.
- Fixes SETs for IP Address-like and Port-like parameters. | No | Yes | +| 1.0.0.x | Initial version. | No | Yes | +| 1.0.1.x | - Fixes input primary and secondary source output, making it dynamic and mutually exclusive using labels from transport stream input source.
- Fixes output manual format behavior.
- Adds overlay image parameters, SCTE35 info, SCTE104 filter mode, and ASI parameters.
- Fixes sets for IP address-like and port-like parameters. | No | Yes | | 1.0.2.x [Main] | Addition of HTTP connection | No | Yes | ### Product Info @@ -26,9 +26,9 @@ This connector uses **SNMP** to retrieve and configure parameters of the Sencore | 1.0.1.x | 2.5.0 | | 1.0.2.x | 2.5.0 | -## Installation and configuration +## Configuration -### Creation +### Connections #### SNMP Main Connection @@ -50,43 +50,47 @@ This connector uses an HTTP connection and requires the following input during e HTTP CONNECTION: -- **IP address/host** -- **IP port**: +- **IP address/host**: The polling IP or URL of the destination. +- **IP port**: The IP port of the destination. HTTP Settings: - **Username**: The username to request the SID. -- **Password**: The password used on the request to get the SID. +- **Password**: The password used in the request to get the SID. + +### Web Interface + +The web interface is only accessible when the client machine has network access to the product. ## Usage ### General -This page displays information about the device, such as the **System Name**, the **System Description** and **Unit Information**. It also contains page buttons that lead to more information on **In-Band Control**, **Hardware**, **TCP IP** and the **Sensor.** +This page displays information about the device, such as the **System Name**, **System Description**, and **Unit Information**. It also contains page buttons that lead to more information on **In-Band Control**, **Hardware**, **TCP IP**, and the **Sensor.** ### Input -This page displays the **Input** status and configuration. The **Primary** and **Secondary Source** can be set here. +This page displays the input status and configuration. The **Primary** and **Secondary Source** can be set here. ### BISS -This page contains information about **BISS** and the keys related to it. +This page contains information about BISS and the keys related to it. ### Decoding -This page displays the **Service Information**, including the **Service Lock** and **PID Lock**. +This page displays the service information, including the **Service Lock** and **PID Lock**. ### TS -This page displays **Transport Stream** information, such as **Input** and **Output Sources**. +This page displays transport stream information, such as **Input** and **Output Sources**. ### Baseband Processing -This page contains **Overlay** information and **Ancillary Data**. +This page contains overlay information and ancillary data. ### Audio -This page displays the **Audio** information, including the **Audio Service** and **Discrete** tables. +This page displays the audio information, including the **Audio Service** and **Discrete** tables. ### Baseband Outputs @@ -103,11 +107,3 @@ This page displays the **MPEG/IP** information and configuration. ### Web Interface This page displays the web interface of the device. Note that the client machine has to be able to access the device, as otherwise it will not be possible to open the web interface. - -## Revision history - -DATE VERSION AUTHOR COMMENTS - -14/06/2017 1.0.0.1 SUL, Skyline Initial version - -11/07/2018 1.0.1.1 RBL, Skyline Fixes Input Primary & Secondary Source Output, making it dynamic and mutually exclusive using Labels from Transport Stream Input Source. Fixes Output Manual Format behavior. Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters. Fixes SETs for IP Address-like and Port-like parameters.