1
0
Fork 0
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:
Steffen Vogel 2019-01-23 13:30:15 +01:00
parent fe9508f6ba
commit 74dbe5eddf

View file

@ -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"