comparison show/dance2016/networking.n3 @ 1431:f85cc11b3e8c

checkpoint show data Ignore-this: 7dc477a7921f92dc9cc8115c6cc2b9cf
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 17:15:30 +0000
parents 6c2d78dabb8b
children 15f296550447
comparison
equal deleted inserted replaced
1430:16599857ef66 1431:f85cc11b3e8c
2 @prefix show: <http://light9.bigasterisk.com/show/> . 2 @prefix show: <http://light9.bigasterisk.com/show/> .
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2016/> . 3 @prefix sh: <http://light9.bigasterisk.com/show/dance2016/> .
4 4
5 show:dance2016 :networking sh:netHome . 5 show:dance2016 :networking sh:netHome .
6 sh:netHome 6 sh:netHome
7 :webServer <http://dash:8200/>; 7 :webServer <http://plus:8200/>;
8 :patchReceiverUpdateHost "dash"; 8 :patchReceiverUpdateHost "plus";
9 :curveCalc <http://dash:8201/>; 9 :curveCalc <http://plus:8201/>;
10 :collector <http://dash:8202/>; 10 :collector <http://plus:8202/>;
11 :collectorZmq <http://dash:8203/>; 11 :collectorZmq <http://plus:8203/>;
12 :effectEval <http://dash:8204/>; 12 :effectEval <http://plus:8204/>;
13 :effectSequencer <http://dash:8213/>; 13 :effectSequencer <http://plus:8213/>;
14 :keyboardComposer <http://dash:8205/>; 14 :keyboardComposer <http://plus:8205/>;
15 :musicPlayer <http://dash:8206/>; 15 :musicPlayer <http://plus:8206/>;
16 :oscDmxServer <udp://dash:8207/>; 16 :oscDmxServer <udp://plus:8207/>;
17 :picamserve <http://10.1.0.103:8208/>; 17 :picamserve <http://10.2.0.5:8208/>;
18 :rdfdb <http://dash:8209/>; 18 :rdfdb <http://plus:8209/>;
19 :subComposer <http://dash:8210/>; 19 :subComposer <http://plus:8210/>;
20 :subServer <http://dash:8211/>; 20 :subServer <http://plus:8211/>;
21 :vidref <http://dash:8212/> . 21 :vidref <http://plus:8212/> .
22 22
23 :curveCalc :urlPath "curveCalc" . 23 :curveCalc :urlPath "curveCalc" .
24 :dmxServer :urlPath "dmxServer" . 24 :dmxServer :urlPath "dmxServer" .
25 :effectEval :urlPath "effectEval" . 25 :effectEval :urlPath "effectEval" .
26 :keyboardComposer :urlPath "keyboardComposer" . 26 :keyboardComposer :urlPath "keyboardComposer" .