Extension rc_udp

RC input source using UDP datagrams.

Version

-

Tags

experimental

Dependencies

rc

Configuration properties

Table 1. properties
Property Type Default Description

host

string

127.0.0.1

Host.

IP address of the host that the server should listen for incoming UDP datagrams. Use an empty string to listen on all interfaces, or 127.0.0.1 to listen on localhost only.

port

integer

5003

Port.

Port that the server should listen on. Untick the checkbox to let the server derive the port number from its own base port.

bytesPerChannel

integer

2

Bytes per channel.

Number of bytes per channel in each UDP packet.

endianness

enum<string>

little

Endianness.

Endianness of each incoming packet.

Possible parameter values:

big

Big endian (network byte order, MSB first)

little

Little endian (LSB first)

range

array<integer>

Override channel range

timeout

number

1

Timeout.

Number of seconds that must pass without receiving a UDP packet to consider the RC connection as lost. Zero means to disable the timeout.