node-dmx
    Preparing search index...

    Type Alias ArtNetReceiverConfiguration

    Configuration for an Art-Net receiver.

    type ArtNetReceiverConfiguration = {
        iface?: string;
        port?: number;
        reuseAddr?: boolean;
        universes?: number[];
    }
    Index

    Properties

    iface?: string

    Local IPv4 address to bind to. Defaults to 0.0.0.0.

    port?: number

    UDP port to bind to. Defaults to 6454.

    reuseAddr?: boolean

    Allow multiple applications to bind to same UDP port.

    universes?: number[]

    Optional list of 1-based universes to accept. When omitted, all ArtDMX universes are emitted.