set_remote_network Moku:Delta

Configure the remote destination IP, port and MAC address for outgoing packets

Parameters

string required
IP Address
integer required
Remote UDP port number
string required
MAC address
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "ip_address": "192.168.1.100",
    "port": "4321",
    "mac_address": "aa:bb:cc:dd:ee:ff",
}
1
2
3
4
5