Mercurial > code > home > repos > light9
comparison bin/collector @ 1471:ba24eeb2853a
effects and config
Ignore-this: dccc8e21c4def7776ed23e975f7b3373
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Jun 2016 19:07:00 +0000 |
parents | d149a2c2236c |
children | 31612b323436 |
comparison
equal
deleted
inserted
replaced
1470:b1d8abc96f06 | 1471:ba24eeb2853a |
---|---|
60 | 60 |
61 def launch(graph): | 61 def launch(graph): |
62 | 62 |
63 # todo: drive outputs with config files | 63 # todo: drive outputs with config files |
64 outputs = [ | 64 outputs = [ |
65 EnttecDmx(L9['output/dmx0/'], '/dev/dmx3', 80), | 65 EnttecDmx(L9['output/dmx0/'], '/dev/dmx0', 80), |
66 Udmx(L9['output/udmx/'], 510), | 66 Udmx(L9['output/udmx/'], 510), |
67 ] | 67 ] |
68 c = Collector(graph, outputs) | 68 c = Collector(graph, outputs) |
69 | 69 |
70 server = WebServer(c) | 70 server = WebServer(c) |