Mercurial > code > home > repos > light9
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 |
rev | line source |
---|---|
1521 | 1 @prefix : <http://light9.bigasterisk.com/> . |
2 @prefix show: <http://light9.bigasterisk.com/show/> . | |
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2017/> . | |
4 | |
5 show:dance2017 :networking sh:netHome . | |
6 sh:netHome | |
1724 | 7 :webServer <http://localhost:8200/>; |
8 :patchReceiverUpdateHost "localhost"; | |
9 :captureDevice <http://localhost:8215/>; | |
10 :curveCalc <http://localhost:8201/>; | |
11 :collector <http://localhost:8202/>; | |
12 :collectorZmq <http://localhost:8203/>; | |
13 :effectEval <http://localhost:8204/>; | |
14 :effectSequencer <http://localhost:8213/>; | |
15 :keyboardComposer <http://localhost:8205/>; | |
16 :musicPlayer <http://localhost:8206/>; | |
17 :oscDmxServer <udp://localhost:8207/>; | |
18 :paintServer <http://localhost:8214/>; | |
1630 | 19 :picamserve <http://10.2.0.6:8208/>; |
1724 | 20 :rdfdb <http://localhost:8209/>; |
21 :subComposer <http://localhost:8210/>; | |
22 :subServer <http://localhost:8211/>; | |
23 :vidref <http://localhost:8212/> . | |
1521 | 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 | 26 :curveCalc :urlPath "curveCalc" . |
27 :dmxServer :urlPath "dmxServer" . | |
28 :effectEval :urlPath "effectEval" . | |
29 :keyboardComposer :urlPath "keyboardComposer" . | |
30 :musicPlayer :urlPath "ascoltami" . | |
31 :picamserve :urlPath "picamserve" . | |
32 :paintServer :urlPath "paintServer" . | |
33 :rdfdb :urlPath "rdfdb" . | |
34 :subComposer :urlPath "subComposer" . | |
35 :subServer :urlPath "subServer" . | |
36 :vidref :urlPath "vidref" . | |
37 :collector :urlPath "collector" . | |
1677 | 38 :effectSequencer :urlPath "effectSequencer" . |