Skip to content

Peatix/node-colorsync-dmxpro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirement

  • node.js

Install example for OS X Yosemite and ENTTEC DMXUSB PRO

TBD

clone this repository to your machine

git clone https://github.com/Peatix/node-colorsync-ola

Run

Take reception info

open a source code view of running reception screen, and find out the lines like below

 var csc = new ColorSyncClient({
    server: 'ws://colorsync.peatix.com/5816/reception?uid=5'
    , token: 'eUSgNOcQKAlPZWqFDxcVQQJy8ubVCEI5'
    , onjoin: function (res) {
      update_checkin_progress();
    }

Run from terminal

run app with the server address and token which get by the step above, and DMX Universe and addresses

$ node ./index.js ws://colorsync.peatix.com/12345/reception/uid=12345 abcdefghogehogehoge <dmxuniverse> <dmxaddress>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published