Skip to content

maxjoehnk/node-udmx-artnet-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uDMX Artnet Bridge

Build Status

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
    }
}

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published