annotate show/dance2017/networking.n3 @ 2450:a4052905ca7d default tip

notes about how rdfdb syncs, or should sync
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 23:01:54 -0700
parents 49a2a18abe8b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1521
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 @prefix : <http://light9.bigasterisk.com/> .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 @prefix show: <http://light9.bigasterisk.com/show/> .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2017/> .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 show:dance2017 :networking sh:netHome .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6 sh:netHome
1724
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
7 :webServer <http://localhost:8200/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
8 :patchReceiverUpdateHost "localhost";
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
9 :captureDevice <http://localhost:8215/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
10 :curveCalc <http://localhost:8201/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
11 :collector <http://localhost:8202/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
12 :collectorZmq <http://localhost:8203/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
13 :effectEval <http://localhost:8204/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
14 :effectSequencer <http://localhost:8213/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
15 :keyboardComposer <http://localhost:8205/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
16 :musicPlayer <http://localhost:8206/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
17 :oscDmxServer <udp://localhost:8207/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
18 :paintServer <http://localhost:8214/>;
1630
2adbc27f77d3 theater config
drewp@bigasterisk.com
parents: 1544
diff changeset
19 :picamserve <http://10.2.0.6:8208/>;
1724
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
20 :rdfdb <http://localhost:8209/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
21 :subComposer <http://localhost:8210/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
22 :subServer <http://localhost:8211/>;
49a2a18abe8b point to localhost
drewp@bigasterisk.com
parents: 1677
diff changeset
23 :vidref <http://localhost:8212/> .
1521
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24
1544
fc5675f5b756 captureDevice tool for sweeping through light settings and grabbing pics
Drew Perttula <drewp@bigasterisk.com>
parents: 1521
diff changeset
25 :captureDevice :urlPath "captureDevice" .
1521
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
26 :curveCalc :urlPath "curveCalc" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
27 :dmxServer :urlPath "dmxServer" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
28 :effectEval :urlPath "effectEval" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
29 :keyboardComposer :urlPath "keyboardComposer" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
30 :musicPlayer :urlPath "ascoltami" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
31 :picamserve :urlPath "picamserve" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
32 :paintServer :urlPath "paintServer" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
33 :rdfdb :urlPath "rdfdb" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
34 :subComposer :urlPath "subComposer" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
35 :subServer :urlPath "subServer" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
36 :vidref :urlPath "vidref" .
15f296550447 start paintServer
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
37 :collector :urlPath "collector" .
1677
0802069ff063 new networking
drewp@bigasterisk.com
parents: 1655
diff changeset
38 :effectSequencer :urlPath "effectSequencer" .