Mercurial > code > home > repos > light9
diff show/dance2017/networking.n3 @ 1521:15f296550447
start paintServer
Ignore-this: 1cae4bcb98aed1c2c494adb92fbed2e5
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 15 Apr 2017 04:03:28 +0000 |
parents | |
children | fc5675f5b756 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/show/dance2017/networking.n3 Sat Apr 15 04:03:28 2017 +0000 @@ -0,0 +1,36 @@ +@prefix : <http://light9.bigasterisk.com/> . +@prefix show: <http://light9.bigasterisk.com/show/> . +@prefix sh: <http://light9.bigasterisk.com/show/dance2017/> . + +show:dance2017 :networking sh:netHome . +sh:netHome + :webServer <http://dash:8200/>; + :patchReceiverUpdateHost "dash"; + :curveCalc <http://dash:8201/>; + :collector <http://dash:8202/>; + :collectorZmq <http://dash:8203/>; + :effectEval <http://dash:8204/>; + :effectSequencer <http://dash:8213/>; + :keyboardComposer <http://dash:8205/>; + :musicPlayer <http://dash:8206/>; + :oscDmxServer <udp://dash:8207/>; + :paintServer <http://dash:8213/>; + :picamserve <http://10.2.0.5:8208/>; + :rdfdb <http://dash:8209/>; + :subComposer <http://dash:8210/>; + :subServer <http://dash:8211/>; + :vidref <http://dash:8212/> . + +: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" . \ No newline at end of file