switch to YAML to support both JSON and YAML

This commit is contained in:
Joel Wetzell
2025-11-23 11:25:26 -06:00
parent d34aafb491
commit 815fbb8568
5 changed files with 33 additions and 39 deletions

18
config.yaml Normal file
View File

@@ -0,0 +1,18 @@
modules:
- id: http
type: net.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