Files
showbridge-go/config.yaml
2026-03-17 19:03:43 -05:00

24 lines
426 B
YAML

api:
enabled: true
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