set_local_network Moku:Delta
Configure the local IP address, port and optional multicast address for receiving/transmitting.Parameters
string required
IP address
integer required
UDP port number
string
Multicast IP address
default: not configured boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"ip_address": "192.168.1.10",
"port": 5000,
"multicast_ip_address": "239.0.0.1",
}
1
2
3
4
5
2
3
4
5