Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 35/57
SSC Method List (EM 6000)
8.115 /device/network/ipv4_dante/auto
This method sets and returns the mode for the Ethernet configuration in the Dante™ audio stream, if
the EM6000 DANTE variant is present. All the time auto discovery is active (mdns)
(true: use DHCP or ZeroConf (link local); false: set ip address/netmask/gateway manually).
type: Read/Write
value: Boolean
Example:
Tx: {"device":{"network":{"ipv4_dante":{"auto":null}}}}
Rx: {"device":{"network":{"ipv4_dante":{"auto":true}}}}
8.116 /device/network/ipv4_dante/ipaddr
This method sets and returns the IPv4 address for the Dante™ audio stream, if the EM6000 DANTE
variant is present.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4_dante":{"ipaddr":null}}}}
Rx: {"device":{"network":{"ipv4_dante":{"ipaddr":"192.168.1.1"}}}}
8.117 /device/network/ipv4_dante/netmask
This method sets and returns the IPv4 netmask for the Dante™ audio stream, if the EM6000 DANTE
variant is present.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4_dante":{"netmask":null}}}}
Rx: {"device":{"network":{"ipv4_dante":{"netmask":"255.255.255.0"}}}}
8.118 /device/network/ipv4_dante/gateway
This method sets the IPV4 gateway for the Dante™ audio stream, if the EM6000 DANTE variant is
present.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4_dante":{"gateway":null}}}}
Rx: {"device":{"network":{"ipv4_dante":{"gateway":"255.255.255.0"}}}}
8.119 /device/network/ipv4_dante/settings
This method sets the IPv4 configuration at once.
type: Write
value: String Array
Example:
Tx: {"device":{"network":{"ipv4_dante":{"settings":["manual",
"192.168.1.203","255.255.0.0", "192.168.0.1"]}}}}
Rx: {"device":{"network":{"ipv4_dante":{"settings":["manual",
"192.168.1.203","255.255.0.0", "192.168.0.1"]}}}}