Mercurial > code > home > repos > light9
view show/dance2015/networking.n3 @ 1239:0025b04a1c0a
tkinter not required
Ignore-this: b8538eaa508d2a41fbbc10782708e3a6
author | drewp@bigasterisk.com |
---|---|
date | Fri, 12 Jun 2015 10:01:24 +0000 |
parents | e644d8f10c04 |
children | e1a407e928a7 |
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 "localhost"; :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.2.0.3: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" .