mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: simplify rtp config
This commit is contained in:
parent
fe9508f6ba
commit
74dbe5eddf
1 changed files with 4 additions and 7 deletions
|
@ -50,13 +50,10 @@ cat > ${CONFIG_FILE} << EOF
|
|||
"in" : {
|
||||
"address" : "127.0.0.1:12000",
|
||||
|
||||
"signals" : [
|
||||
{ "type" : "float" },
|
||||
{ "type" : "float" },
|
||||
{ "type" : "float" },
|
||||
{ "type" : "float" },
|
||||
{ "type" : "float" }
|
||||
]
|
||||
"signals" : {
|
||||
"type" : "float",
|
||||
"count" : 5
|
||||
}
|
||||
},
|
||||
"out" : {
|
||||
"address" : "127.0.0.1:12000"
|
||||
|
|
Loading…
Add table
Reference in a new issue