Files @ 4b856f39d490
Branch filter:

Location: light9/show/dance2019/networking.n3

Drew Perttula
some test show data
Ignore-this: b83300870fbc8675589d7a18d34c3df4
@prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .

# Use ip addrs in here to avoid an issue where nginx returns 502
# errors for ~10sec after a service (re)starts. I haven't found a fix
# for that in the nginx config.

show:dance2019 :networking sh:netHome .
sh:netHome
  :webServer        <http://127.0.0.1:8200/>;
  :patchReceiverUpdateHost "127.0.0.1";
  :captureDevice    <http://127.0.0.1:8215/>;
  :curveCalc        <http://127.0.0.1:8201/>;
  :collector        <http://127.0.0.1:8202/>;
  :collectorZmq     <http://127.0.0.1:8203/>;
  :effectEval       <http://127.0.0.1:8204/>;
  :effectSequencer  <http://127.0.0.1:8213/>;
  :keyboardComposer <http://127.0.0.1:8205/>;
  :musicPlayer      <http://127.0.0.1:8206/>;
  :oscDmxServer     <udp://127.0.0.1:8207/>;
  :paintServer      <http://127.0.0.1:8214/>;
  :picamserve       <http://127.0.0.1:8208/>;
  :rdfdb            <http://127.0.0.1:8209/>;
  :subComposer      <http://127.0.0.1:8210/>;
  :subServer        <http://127.0.0.1:8211/>;
  :vidref           <http://127.0.0.1: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" .