Files
showbridge-go/config.yaml
2025-12-19 09:02:05 -06:00

19 lines
334 B
YAML

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: "{{.URL.Path}}"
- type: osc.message.encode
output: udp