Content
Summary
This document provides information about the Embrionix emSFP protocol implementation for VSM.
Status of Driver | |
---|
Component for Driver | |
---|
Release (Build) of Component | vsmGadgetserver 5.6.1.xyz |
---|
Revision of Implementation | 1.0.2.0 |
---|
Name/Type of 3rd Party API | Rest API |
---|
Version of 3rd Party API | A209 |
---|
Additional 3rd Party information | Supported Devices
2022-6 Decap. 2022-6 Encap. 2022-7 Decap. 2022-7 Encap. 2110 Decap. 2110 Encap.
|
---|
Connection
Connection Type | TCP/ IP |
---|
Default Port | 80 |
---|
The device usually communicates via TCP/IP and listens to incoming connections on default port 80. The port can be changed on the device, see DeviceExplorer/IpConfig/API Port.
Supported Features
This protocol allows to configure flows of Embrionix Gateway SDI-TO-IP SFP+ products.
Supported Commands
Resource | URI | Command | Description |
---|
node | emsfp/node/v1 | Get | List elements available under for current node. |
ipconfig | emsfp/node/v1/self/ipconfig | Get | Returns information on node local ip configuration. |
devices | emsfp/node/v1/devices | Get | Returns information on node local devices. |
flows | emsfp/node/v1/flows | Get/Post | Gets or Sets the information of the flow. |
Configuration Details
The flow parameters can be controlled via an Ember+ connection.
To setup a valid receiver(Decapsulator Gateway IP-TO-SDI) stream go to DeviceExplorer/Flow/Network/sourceIp. Each filter enables the receiver on the corresponding stream parameter. On this example the destination mac filter is enabled. In this case the gateway will receive streams detected with destination mac dc:00:01:5e:00:01.
To setup a valid sender(Encapsulator Gateway SDI-TO-IP) stream go to DeviceExplorer/Flow/Network/sourceIp. Enter all marked below parameters with valid streaming values. Source IP Address may be the device local ip address taken from the DeviceExplorer/IpConfig/ipAddress parameter. Destination IP Address should be a valid mutlicast address.
Known Issues
Only one flow is currently supported by embrionix devices.
Related Articles