UDP Client

udp.client.auto_interface

Abbreviation

ud c i

Access

get/set

Description

Interface to auto-start UDP client connection.

Arguments

default

Default

<default/wlan/softap>

Platforms

Get example

> get udp.client.auto_interface
default

Set example

> set ud c i wlan
Set OK

udp.client.auto_start

Abbreviation

ud c a

Access

get/set

Description

Enable/disable UDP client auto-start feature. If enabled, UDP client automatically connects to remote server when interface is brought up.

Arguments

<0/1>

Default

0

Platforms

Get example

> get udp.client.auto_start
0

Set example

> set ud c a 1
Set OK

udp.client.remote_host

Abbreviation

ud c h

Access

get/set

Description

Domain or IP address of remote udp server to auto connect.

Arguments

<domain/ip address>

Default

null

Platforms

Get example

> get udp.client.remote_host
mydomain.com

Set example

> set ud c h mydomain.com
Set OK

udp.client.remote_port

Abbreviation

ud c p

Access

get/set

Description

Port of remote UDP server to auto connect.

Arguments

<port>

Default

3000

Platforms

Get example

> get udp.client.remote_port

Set example

> set ud c p 5000
Set OK