Mercurial > code > home > repos > light9
comparison bin/collector @ 1432:185f3e2208c3
show and config updates
Ignore-this: ed3bcb2f19250dd65d39c11131f36e93
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 17:16:11 +0000 |
parents | 05a5226a8d61 |
children | d149a2c2236c |
comparison
equal
deleted
inserted
replaced
1431:f85cc11b3e8c | 1432:185f3e2208c3 |
---|---|
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/dmx0'), | 65 EnttecDmx(L9['output/dmx0/'], '/dev/dmx3'), |
66 Udmx(L9['output/udmx/']), | 66 Udmx(L9['output/udmx/']), |
67 ] | 67 ] |
68 c = Collector(graph, outputs) | 68 c = Collector(graph, outputs) |
69 | 69 |
70 server = WebServer(c) | 70 server = WebServer(c) |