view show/dance2014/networking.n3 @ 1035:40669f666d15

update networking to test on dash Ignore-this: 7fbb4b6902e4dbfd45e5f2c1ad277c33
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 27 May 2014 06:31:19 +0000
parents efcb41c585fe
children 95b03a865879
line wrap: on
line source

@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  
  :effectEval       <http://dash:8070/>;
  :musicPlayer      <http://dash:8040/>;
  :dmxServer        <http://dash:8030/>;
  :oscDmxServer     <udp://dash:9050/>;
  :curveCalc        <http://dash:8060/>;
  :keyboardComposer <http://dash:8050/>;
  :vidref           <http://dash:8053/> .