changeset 1869:16af5a343e00

2019 data Ignore-this: 5f0ae433d06c7183cf7af104c45073a7
author drewp@bigasterisk.com
date Sun, 26 May 2019 22:42:56 +0000
parents 6e791a0d5a52
children 51a9b23db357
files show/dance2019/networking.n3
diffstat 1 files changed, 38 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/show/dance2019/networking.n3	Sun May 26 22:42:56 2019 +0000
@@ -0,0 +1,38 @@
+@prefix : <http://light9.bigasterisk.com/> .
+@prefix show: <http://light9.bigasterisk.com/show/> .
+@prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .
+
+show:dance2019 :networking sh:netHome .
+sh:netHome
+  :webServer        <http://localhost:8200/>;
+  :patchReceiverUpdateHost "localhost";
+  :captureDevice    <http://localhost:8215/>;
+  :curveCalc        <http://localhost:8201/>;
+  :collector        <http://localhost:8202/>;
+  :collectorZmq     <http://localhost:8203/>;
+  :effectEval       <http://localhost:8204/>;
+  :effectSequencer  <http://localhost:8213/>;
+  :keyboardComposer <http://localhost:8205/>;
+  :musicPlayer      <http://localhost:8206/>;
+  :oscDmxServer     <udp://localhost:8207/>;
+  :paintServer      <http://localhost:8214/>;
+  :picamserve       <http://localhost:8208/>;
+  :rdfdb            <http://localhost:8209/>;
+  :subComposer      <http://localhost:8210/>;
+  :subServer        <http://localhost:8211/>;
+  :vidref           <http://localhost: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" .