Mercurial > code > home > repos > light9
changeset 1977:71eac274c98f
new networking config to put dmx on its own box
Ignore-this: 3ed4db167e8daec1670d6389a6efc159
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2019 08:02:47 +0000 |
parents | df28c994365d |
children | 7da21faf75b3 |
files | show/dance2019/networking.n3 |
diffstat | 1 files changed, 15 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/show/dance2019/networking.n3 Sat Jun 08 07:46:59 2019 +0000 +++ b/show/dance2019/networking.n3 Sat Jun 08 08:02:47 2019 +0000 @@ -8,35 +8,28 @@ show:dance2019 :networking sh:netHome . sh:netHome - :webServer <http://127.0.0.1:8200/>; - :patchReceiverUpdateHost "127.0.0.1"; - :captureDevice <http://127.0.0.1:8215/>; - :curveCalc <http://127.0.0.1:8201/>; - :collector <http://127.0.0.1:8202/>; - :collectorZmq <http://127.0.0.1:8203/>; - :effectEval <http://127.0.0.1:8204/>; - :effectSequencer <http://127.0.0.1:8213/>; - :keyboardComposer <http://127.0.0.1:8205/>; - :musicPlayer <http://127.0.0.1:8206/>; - :oscDmxServer <udp://127.0.0.1:8207/>; - :paintServer <http://127.0.0.1:8214/>; - :picamserve <http://127.0.0.1:8208/>; - :rdfdb <http://127.0.0.1:8209/>; - :subComposer <http://127.0.0.1:8210/>; - :subServer <http://127.0.0.1:8211/>; - :vidref <http://127.0.0.1:8212/> . + :captureDevice <http://10.5.0.1:8215/>; + :effectEval <http://10.5.0.1:8204/>; + :effectSequencer <http://10.5.0.1:8213/>; + :keyboardComposer <http://10.5.0.1:8205/>; + :musicPlayer <http://10.5.0.1:8206/>; + :paintServer <http://10.5.0.1:8214/>; + :rdfdb <http://10.5.0.1:8209/>; + :subServer <http://10.5.0.1:8211/>; + :vidref <http://10.5.0.1:8212/>; + :webServer <http://10.5.0.1:8200/>; + + :collector <http://10.5.0.2:8202/>; + :collectorZmq <http://10.5.0.2:8203/> . :captureDevice :urlPath "captureDevice" . -:curveCalc :urlPath "curveCalc" . +:collector :urlPath "collector" . :dmxServer :urlPath "dmxServer" . :effectEval :urlPath "effectEval" . +:effectSequencer :urlPath "effectSequencer" . :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" .