Mercurial > code > home > repos > light9
diff show/dance2014/networking.n3 @ 1016:ca37e8fe9a1b
demo data for 2014 show
Ignore-this: 294e31383915ea01b210e0a8afa38aa0
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 May 2014 21:30:06 +0000 |
parents | |
children | efcb41c585fe |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2014/networking.n3 Sun May 25 21:30:06 2014 +0000 @@ -0,0 +1,13 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix show: <http://light9.bigasterisk.com/show/> . +@prefix sh: <http://light9.bigasterisk.com/show/dance2014/> . + +show:dance2014 :networking sh:netHome . +sh:netHome + :effectEval <http://plus:8070/>; + :musicPlayer <http://plus:8040/>; + :dmxServer <http://plus:8030/>; + :oscDmxServer <udp://plus:9050/>; + :curveCalc <http://plus:8060/>; + :keyboardComposer <http://plus:8050/>; + :vidref <http://amp:8053/> .