Files @ 487f0877b7c6
Branch filter:

Location: light9/show/dance2014/networking.n3

drewp@bigasterisk.com
EE can now limit to showing just one song
Ignore-this: 3cad996b470fd9fc2e56524eaf13f87d
@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/>;
  :picamserve       <http://10.2.0.3:8001/>;
  :vidref           <http://plus:8053/> .