Files
@ 7bafb8213b4b
Branch filter:
Location: light9/show/dance2017/networking.n3 - annotation
7bafb8213b4b
1.5 KiB
text/plain
collector web view: try to reestablish socket if connection to server is lost
Ignore-this: f83cd70844344c5e92e887c2068f87fb
Ignore-this: f83cd70844344c5e92e887c2068f87fb
15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 2adbc27f77d3 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 49a2a18abe8b 15f296550447 fc5675f5b756 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 15f296550447 0802069ff063 | @prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2017/> .
show:dance2017 :networking sh:netHome .
sh:netHome
:webServer <http://localhost:8200/>;
:patchReceiverUpdateHost "localhost";
:captureDevice <http://localhost:8215/>;
:curveCalc <http://localhost:8201/>;
:collector <http://localhost:8202/>;
:collectorZmq <http://localhost:8203/>;
:effectEval <http://localhost:8204/>;
:effectSequencer <http://localhost:8213/>;
:keyboardComposer <http://localhost:8205/>;
:musicPlayer <http://localhost:8206/>;
:oscDmxServer <udp://localhost:8207/>;
:paintServer <http://localhost:8214/>;
:picamserve <http://10.2.0.6:8208/>;
:rdfdb <http://localhost:8209/>;
:subComposer <http://localhost:8210/>;
:subServer <http://localhost:8211/>;
:vidref <http://localhost: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" .
|