mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 12:55:29 +00:00
23 lines
410 B
YAML
23 lines
410 B
YAML
api:
|
|
port: 8080
|
|
modules:
|
|
- id: http
|
|
type: http.server
|
|
params:
|
|
port: 3000
|
|
- id: udp
|
|
type: net.udp.client
|
|
params:
|
|
host: 127.0.0.1
|
|
port: 8000
|
|
routes:
|
|
- input: http
|
|
processors:
|
|
- type: osc.message.create
|
|
params:
|
|
address: "{{.Payload.URL.Path}}"
|
|
- type: osc.message.encode
|
|
- type: router.output
|
|
params:
|
|
module: udp
|