1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge branch 'node-rtp-2' into develop

This commit is contained in:
Steffen Vogel 2019-03-27 14:50:45 +01:00
commit 8dbbf12d7e

View file

@ -41,12 +41,12 @@ FORMAT="villas.binary"
VECTORIZE="1"
RATE=100
NUM_SAMPLES=100
NUM_SAMPLES=2000
cat > ${CONFIG_FILE_SRC} << EOF
{
"logging" : {
"level" : "debug"
"level" : "info"
},
"nodes" : {
"rtp_node" : {
@ -81,7 +81,7 @@ EOF
cat > ${CONFIG_FILE_DEST} << EOF
{
"logging" : {
"level" : "debug"
"level" : "info"
},
"nodes" : {
"rtp_node" : {