udmx-artnet-bridge
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

uDMX Artnet Bridge

A Node.JS based bridge from uDMX to an Artnet Universe.

Usage

npm i -g udmx-artnet-bridge
udmx-artnet-bridge

Configuration

You can configure udmx-artnet-bridge with a toml, yaml or json file. Just specify the path via the --config flag.

{
    timeout: 1000, // specifies the interval in which we try to connect to the udmx device
    udmx: {
        vendorId: 0x16c0,
        deviceId: 0x5dc
    },
    artnet: {
        port: 6454,
        universe: 0
    }
}

Readme

Keywords

Package Sidebar

Install

npm i udmx-artnet-bridge

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Unpacked Size

16.9 kB

Total Files

9

Last publish

Collaborators

  • maxjoehnk