Files @ 896979e6f352
Branch filter:

Location: light9/show/dance2014/networking.n3 - annotation

Drew Perttula
mime.types
Ignore-this: 123783e2682859bfd6f835559e5a2e58
@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
  :patchReceiverUpdateHost "localhost";
  :rdfdb            <http://localhost:8051/>;
  :effectEval       <http://plus:8070/>;
  :musicPlayer      <http://plus:8040/>;
  :dmxServer        <http://plus:8030/>;
  :oscDmxServer     <udp://plus:9050/>;
  :curveCalc        <http://plus:8060/>;
  :keyboardComposer <http://plus:8050/>;
  :subComposer <http://plus:8054/>;
  :picamserve       <http://10.2.0.3:8001/>;
  :vidref           <http://dash:8053/> .

:rdfdb            :urlPath "rdfdb" .
:effectEval       :urlPath "effectEval" .
:musicPlayer      :urlPath "ascoltami" .
:dmxServer        :urlPath "dmxServer" .
:oscDmxServer     :urlPath "oscDmxServer" .
:curveCalc        :urlPath "curveCalc" .
:keyboardComposer :urlPath "keyboardComposer" .
:subComposer      :urlPath "subComposer" .
:picamserve       :urlPath "picamserve" .
:vidref           :urlPath "vidref" .