Files
@ b15a2d8ef1ab
Branch filter:
Location: light9/show/dance2014/networking.n3 - annotation
b15a2d8ef1ab
1.1 KiB
text/plain
add homepage
Ignore-this: 74a121dfce614bfd3a83eadc18e18efa
Ignore-this: 74a121dfce614bfd3a83eadc18e18efa
ca37e8fe9a1b ca37e8fe9a1b ca37e8fe9a1b ca37e8fe9a1b ca37e8fe9a1b a38955ba6f40 f554ddf74097 e703b3434dbd e703b3434dbd e703b3434dbd e703b3434dbd e703b3434dbd e703b3434dbd e703b3434dbd a38955ba6f40 e703b3434dbd e703b3434dbd 0d295af23c4b 0d295af23c4b e703b3434dbd 0d295af23c4b e703b3434dbd 0d295af23c4b e703b3434dbd 0d295af23c4b e703b3434dbd e703b3434dbd e703b3434dbd e703b3434dbd | @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";
:curveCalc <http://dash:8060/>;
:dmxServer <http://dash:8030/>;
:effectEval <http://dash:8070/>;
:keyboardComposer <http://dash:8050/>;
:musicPlayer <http://dash:8040/>;
:oscDmxServer <udp://dash:9050/>;
:picamserve <http://10.2.0.3:8001/>;
:rdfdb <http://localhost:8051/>;
:subComposer <http://dash:8055/>;
:subServer <http://dash:8052/>;
:vidref <http://dash:8053/> .
:curveCalc :urlPath "curveCalc" .
:dmxServer :urlPath "dmxServer" .
:effectEval :urlPath "effectEval" .
:keyboardComposer :urlPath "keyboardComposer" .
:musicPlayer :urlPath "ascoltami" .
:picamserve :urlPath "picamserve" .
:rdfdb :urlPath "rdfdb" .
:subComposer :urlPath "subComposer" .
:subServer :urlPath "subServer" .
:vidref :urlPath "vidref" .
|