Skip to content

Commit f586aff

Browse files
authored
Merge pull request SkylineCommunications#402 from GeovannyGA/main
Addition of connection info
2 parents 1ea67f2 + 58d7225 commit f586aff

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

connector/doc/Sencore_AG_5800.md

+31-19
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,21 @@ This connector uses **SNMP** to retrieve and configure parameters of the Sencore
1414

1515
| Range | Description | DCF Integration | Cassandra Compliant |
1616
|--|--|--|--|
17-
| 1.0.0.x | Initial version | No | Yes |
18-
| 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 |
17+
| 1.0.0.x | Initial version. | No | Yes |
18+
| 1.0.1.x | - Fixes input primary and 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 |
19+
| 1.0.2.x [Main] | Addition of HTTP connection | No | Yes |
1920

2021
### Product Info
2122

2223
| Range | Supported Firmware Version |
2324
|------------------|-----------------------------|
2425
| 1.0.0.x | 2.5.0 |
2526
| 1.0.1.x | 2.5.0 |
27+
| 1.0.2.x | 2.5.0 |
2628

27-
## Installation and configuration
29+
## Configuration
2830

29-
### Creation
31+
### Connections
3032

3133
#### SNMP Main Connection
3234

@@ -42,35 +44,53 @@ SNMP Settings:
4244
- **Get community string**: The community string used when reading values from the device, by default *public*.
4345
- **Set community string**: The community string used when setting values on the device, by default *private*.
4446

47+
#### HTTP Connection (1.0.2.X)
48+
49+
This connector uses an HTTP connection and requires the following input during element creation:
50+
51+
HTTP CONNECTION:
52+
53+
- **IP address/host**: The polling IP or URL of the destination.
54+
- **IP port**: The IP port of the destination.
55+
56+
HTTP Settings:
57+
58+
- **Username**: The username to request the SID.
59+
- **Password**: The password used in the request to get the SID.
60+
61+
### Web Interface
62+
63+
The web interface is only accessible when the client machine has network access to the product.
64+
4565
## Usage
4666

4767
### General
4868

49-
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.**
69+
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.**
5070

5171
### Input
5272

53-
This page displays the **Input** status and configuration. The **Primary** and **Secondary Source** can be set here.
73+
This page displays the input status and configuration. The **Primary** and **Secondary Source** can be set here.
5474

5575
### BISS
5676

57-
This page contains information about **BISS** and the keys related to it.
77+
This page contains information about BISS and the keys related to it.
5878

5979
### Decoding
6080

61-
This page displays the **Service Information**, including the **Service Lock** and **PID Lock**.
81+
This page displays the service information, including the **Service Lock** and **PID Lock**.
6282

6383
### TS
6484

65-
This page displays **Transport Stream** information, such as **Input** and **Output Sources**.
85+
This page displays transport stream information, such as **Input** and **Output Sources**.
6686

6787
### Baseband Processing
6888

69-
This page contains **Overlay** information and **Ancillary Data**.
89+
This page contains overlay information and ancillary data.
7090

7191
### Audio
7292

73-
This page displays the **Audio** information, including the **Audio Service** and **Discrete** tables.
93+
This page displays the audio information, including the **Audio Service** and **Discrete** tables.
7494

7595
### Baseband Outputs
7696

@@ -87,11 +107,3 @@ This page displays the **MPEG/IP** information and configuration.
87107
### Web Interface
88108

89109
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.
90-
91-
## Revision history
92-
93-
DATE VERSION AUTHOR COMMENTS
94-
95-
14/06/2017 1.0.0.1 SUL, Skyline Initial version
96-
97-
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.

0 commit comments

Comments
 (0)