diff show/dance2015/networking.n3 @ 1236:e644d8f10c04

start 2015 show data Ignore-this: 1534a0efa18679c66781bea463b8b74e
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 10 Jun 2015 05:50:04 +0000
parents
children e1a407e928a7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2015/networking.n3	Wed Jun 10 05:50:04 2015 +0000
@@ -0,0 +1,31 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2015/> .
+
+show:dance2015 :networking sh:netHome .
+sh:netHome
+  :webServer        <http://dash:8200/>;
+  :patchReceiverUpdateHost "localhost";
+  :curveCalc        <http://dash:8201/>;
+  :dmxServer        <http://dash:8202/>;
+  :dmxServerZmq     <http://dash:8203/>;
+  :effectEval       <http://dash:8204/>;
+  :keyboardComposer <http://dash:8205/>;
+  :musicPlayer      <http://dash:8206/>;
+  :oscDmxServer     <udp://dash:8207/>;
+  :picamserve       <http://10.2.0.3: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" .
+:rdfdb            :urlPath "rdfdb" .
+:subComposer      :urlPath "subComposer" .
+:subServer        :urlPath "subServer" .
+:vidref           :urlPath "vidref" .
\ No newline at end of file