Skip to content

Commit

Permalink
Addition of connection info
Browse files Browse the repository at this point in the history
  • Loading branch information
GeovannyGA committed Aug 1, 2024
1 parent 394f9da commit f3fb844
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion connector/doc/Sencore_AG_5800.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ 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. <br>- Fixes Output Manual Format behavior. <br>- Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters. <br>- 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. <br>- Fixes Output Manual Format behavior. <br>- Adds Overlay Image parameters, SCTE35 info, SCTE104 Filter Mode, and ASI parameters. <br>- 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

| Range | Supported Firmware Version |
|------------------|-----------------------------|
| 1.0.0.x | 2.5.0 |
| 1.0.1.x | 2.5.0 |
| 1.0.2.x | 2.5.0 |

## Installation and configuration

Expand All @@ -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
Expand Down

0 comments on commit f3fb844

Please sign in to comment.