Files @ 4f28a6c4814d
Branch filter:

Location: light9/show/dance2014/networking.n3

drewp@bigasterisk.com
rename songs to not have digits other than their show numbers
Ignore-this: 35fe5cb9bf082dea8e9211821bff12d8
@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://plus:8053/> .