Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 78/109
SSC Method List (SL Multi-Channel Receiver DW)
Examples:
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_ipaddr":["192.168.2.101",
"192.168.2.201"]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_ipaddr":["192.168.2.101",
"192.168.2.201"]}}}}}
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_ipaddr":
["192.168.2.101", null]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_ipaddr":
["192.168.2.101","192.168.2.201"]}}}}}
11.100 /audio/out2/network/ipv4/manual_netmask
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: An array containing a list of the IPv4 netmasks of the DANTE Ethernet interfaces. The
order of the list matches /audio/out2/network/ether/interfaces. The IPv4 netmasks are specified as
strings in standard dot-decimal notation. The IPv4 netmasks are immediately used by the device if
the corresponding entries in /audio/out2/network/ipv4/auto are set to false. Changing the setting
for one interface while maintaining the current setting for the other interface is possible with the
value ‘null’.
Examples:
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_netmask":
["255.255.0.0","255.255.0.0"]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_netmask":
["255.255.0.0","255.255.0.0"]}}}}}
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_netmask":
["255.255.0.0", null]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_netmask":
["255.255.0.0","255.255.0.0"]}}}}}
11.101 /audio/out2/network/ipv4/manual_gateway
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: An array containing a list of the IPv4 gateways of all DANTE Ethernet interfaces. The
order of the list matches /audio/out2/network/ether/interfaces. The IPv4 gateways are specified as
strings in standard dot-decimal notation. The IPv4 gateways are immediately used by the device if
the corresponding entries in /audio/out2/network/ipv4/auto are set to false. Changing the setting
for one interface while maintaining the current setting for the other interface is possible with the
value ‘null’.
Examples:
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_gateway":
["192.168.2.1","192.168.2.2"]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_gateway":
["192.168.2.1","192.168.2.2"]}}}}}
TX: {"audio":{"out2":{"network":{"ipv4":{"manual_gateway":
["192.168.2.1", null]}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"manual_gateway":
["192.168.2.1","192.168.2.2"]}}}}}