node-dmx
    Preparing search index...

    Interface ReceiverProps

    Configuration for an sACN (E1.31) receiver.

    interface ReceiverProps {
        iface?: string;
        port?: number;
        reuseAddr?: boolean;
        universes?: number[];
    }
    Index

    Properties

    iface?: string

    Local IPv4 address of the network interface to use for multicast.

    port?: number

    UDP port to listen on.

    5568
    
    reuseAddr?: boolean

    Allow multiple applications to bind to the same port.

    false
    
    universes?: number[]

    List of DMX universes to listen to (1–63999).

    [1]