Mercurial > code > home > repos > light9
diff show/dance2018/networking.n3 @ 1797:9c26c04ba46a
start 2018 show
Ignore-this: cfbb499a953c161f37149eed0567f189
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Jun 2018 03:57:06 +0000 |
parents | |
children | 13d5902298a4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2018/networking.n3 Fri Jun 08 03:57:06 2018 +0000 @@ -0,0 +1,38 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix show: <http://light9.bigasterisk.com/show/> . +@prefix sh: <http://light9.bigasterisk.com/show/dance2018/> . + +show:dance2018 :networking sh:netHome . +sh:netHome + :webServer <http://plus:8200/>; + :patchReceiverUpdateHost "plus"; + :captureDevice <http://plus:8215/>; + :curveCalc <http://plus:8201/>; + :collector <http://dot:8202/>; + :collectorZmq <http://dot:8203/>; + :effectEval <http://plus:8204/>; + :effectSequencer <http://dot:8213/>; + :keyboardComposer <http://plus:8205/>; + :musicPlayer <http://plus:8206/>; + :oscDmxServer <udp://plus:8207/>; + :paintServer <http://plus:8214/>; + :picamserve <http://10.2.0.6:8208/>; + :rdfdb <http://plus:8209/>; + :subComposer <http://plus:8210/>; + :subServer <http://plus:8211/>; + :vidref <http://plus:8212/> . + +:captureDevice :urlPath "captureDevice" . +:curveCalc :urlPath "curveCalc" . +:dmxServer :urlPath "dmxServer" . +:effectEval :urlPath "effectEval" . +:keyboardComposer :urlPath "keyboardComposer" . +:musicPlayer :urlPath "ascoltami" . +:picamserve :urlPath "picamserve" . +:paintServer :urlPath "paintServer" . +:rdfdb :urlPath "rdfdb" . +:subComposer :urlPath "subComposer" . +:subServer :urlPath "subServer" . +:vidref :urlPath "vidref" . +:collector :urlPath "collector" . +:effectSequencer :urlPath "effectSequencer" .