Mercurial > code > home > repos > light9
view show/dance2015/networking.n3 @ 2123:c4427fd59306
port some of ascoltami into lit
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 23:24:09 -0700 |
parents | 5e76c8fd8a03 |
children |
line wrap: on
line source
@prefix : <http://light9.bigasterisk.com/> . @prefix show: <http://light9.bigasterisk.com/show/> . @prefix sh: <http://light9.bigasterisk.com/show/dance2015/> . show:dance2015 :networking sh:netHome . sh:netHome :webServer <http://dash:8200/>; :patchReceiverUpdateHost "dash"; :curveCalc <http://dash:8201/>; :dmxServer <http://dash:8202/>; :dmxServerZmq <http://dash:8203/>; :effectEval <http://dash:8204/>; :keyboardComposer <http://dash:8205/>; :musicPlayer <http://dash:8206/>; :oscDmxServer <udp://dash:8207/>; :picamserve <http://10.1.0.41:8208/>; :rdfdb <http://dash:8209/>; :subComposer <http://dash:8210/>; :subServer <http://dash:8211/>; :vidref <http://dash:8212/> . :curveCalc :urlPath "curveCalc" . :dmxServer :urlPath "dmxServer" . :effectEval :urlPath "effectEval" . :keyboardComposer :urlPath "keyboardComposer" . :musicPlayer :urlPath "ascoltami" . :picamserve :urlPath "picamserve" . :rdfdb :urlPath "rdfdb" . :subComposer :urlPath "subComposer" . :subServer :urlPath "subServer" . :vidref :urlPath "vidref" .