Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 76/109
SSC Method List (SL Multi-Channel Receiver DW)
Post-condition: N.A.
Description: Read-only array of Dante interfaces.
Example:
TX: {"audio":{"out2":{"network":{"ether":{"interfaces":null}}}}}
RX: {"audio":{"out2":{"network":{"ether":{"interfaces":["primary",
"secondary"]}}}}}
11.93 /audio/out2/network/ipv4/interfaces
Parameter type: Number
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array relating to /audio/out2/network/ether/interfaces. The array contains
numbers indexing into the array of physical interface names. The interface index array contains the
indices of all physical interfaces which share the IPv4 configuration.
Example:
TX: {"audio":{"out2":{"network":{"ipv4":{"interfaces":null}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"interfaces":[1,2]}}}}}
11.94 /audio/out2/network/ether/macs
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of the MAC addresses of all the DANTE Ethernet inter-
face of the device. The order of the list matches /audio/out2/network/ether/interfaces. The MAC
addresses are specified as strings in standard hex-colon-notation.
Example:
TX: {"audio":{"out2":{"network":{"ether":{"macs":null}}}}}
RX: {"audio":{"out2":{"network":{"ether":{"macs":
["00:1b:66:c3:51:cb","00:00:00:00:00:00"]}}}}}
11.95 /audio/out2/network/ipv4/auto
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: On write access the device is automatically restarted.
Description: Array containing a list of boolean indicating whether IPv4 is configured automatical-
ly by DHCP / ZeroConf (Auto-IP) of the DANTE Ethernet interfaces. The order of the list matches
/audio/out2/network/ether/interfaces. If the Boolean is set to false the IP configuration have to be
done with /audio/out2/network/ipv4/manual_ipaddr, /audio/out2/network/ipv4/manual_netmask
and /audio/out2/network/ipv4/manual_gateway. DHCP will be reactivated if the values are set to
true. Changing the setting for one interface while maintaining the current setting for the other inter-
face is possible with the value ‘null’.
Examples:
TX: {"audio":{"out2":{"network":{"ipv4":{"auto":null}}}}}
RX: {"audio":{"out2":{"network":{"ipv4":{"auto":[true, true]}}}}}
TX: {"audio":{"out2":{"network":{"ipv4":{"auto":[true, null]}}}}}
RX: --
(Device is immediately restarted so that after restart the new settings are used)