29 lines
776 B
JSON
29 lines
776 B
JSON
{
|
|
"cfgFileName": "configuration.json",
|
|
"services":[{
|
|
"name":"ArtNet Driver",
|
|
"description":"ArtNet Driver DMX over UDP/IP",
|
|
"executablePath":"bin/tecamino-driver-artNet-linux-arm64",
|
|
"workingDirectory":"bin",
|
|
"arguments":[
|
|
"-cfg './cfg'",
|
|
"-serverIp '127.0.0.1'",
|
|
"-serverPort 8100",
|
|
"-port 8200"
|
|
]
|
|
},
|
|
{
|
|
"name":"OSC Driver",
|
|
"description":"OSC Driver Music Mixer over UDP/IP",
|
|
"executablePath":"bin/tecamino-driver-osc-linux-arm64",
|
|
"workingDirectory":"bin",
|
|
"arguments":[
|
|
"-cfg './cfg'",
|
|
"-serverIp '127.0.0.1'",
|
|
"-serverPort 8100",
|
|
"-port 8300"
|
|
]
|
|
}
|
|
|
|
]
|
|
} |