Mercurial > code > home > repos > light9
annotate show/dance2013/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 | ba47676dde49 |
children |
rev | line source |
---|---|
879 | 1 @prefix : <http://light9.bigasterisk.com/> . |
2 @prefix show: <http://light9.bigasterisk.com/show/> . | |
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2013/> . | |
4 | |
5 show:dance2013 :networking sh:netHome . | |
6 sh:netHome | |
967
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
7 :musicPlayer <http://plus:8040/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
8 :dmxServer <http://plus:8030/>; |
1009
ba47676dde49
dmxserver can receive OSC requests too
drewp@bigasterisk.com
parents:
967
diff
changeset
|
9 :oscDmxServer <udp://plus:9050/>; |
967
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
10 :curveCalc <http://plus:8060/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
11 :keyboardComposer <http://plus:8050/>; |
2a559512752c
2013 show config: use real host names
drewp@bigasterisk.com
parents:
941
diff
changeset
|
12 :vidref <http://amp:8053/> . |