2019-03-25 21:17:34 +01:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-01-07 12:52:33 +01:00
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
rtp_node = {
|
|
|
|
type = "rtp"
|
|
|
|
|
|
|
|
format = {
|
|
|
|
type = "raw"
|
|
|
|
bits = 32
|
|
|
|
endianess = "big"
|
|
|
|
}
|
|
|
|
|
|
|
|
rtcp = false
|
|
|
|
|
|
|
|
aimd = {
|
|
|
|
a = 10,
|
|
|
|
b = 0.5
|
|
|
|
|
|
|
|
Kp = 1.0
|
|
|
|
Ki = 0.0
|
|
|
|
Kd = 0
|
|
|
|
|
|
|
|
rate_min = 100
|
|
|
|
rate_init = 2000
|
|
|
|
rate_source = 10000
|
|
|
|
|
|
|
|
log = "aimd-rates-%Y_%m_%d_%s.log"
|
|
|
|
|
|
|
|
hook_type = "limit_rate"
|
|
|
|
}
|
|
|
|
|
|
|
|
in = {
|
|
|
|
address = "0.0.0.0:12000",
|
|
|
|
signals = {
|
|
|
|
count = 3
|
|
|
|
type = "float"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
out = {
|
|
|
|
address = "127.0.0.1:12000"
|
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Network emulation settings
|
|
|
|
netem = {
|
2024-02-29 21:36:38 +01:00
|
|
|
enabled = false,
|
|
|
|
|
2024-04-09 14:17:35 +02:00
|
|
|
# Additional latency in microseconds
|
|
|
|
delay = 100000,
|
|
|
|
|
|
|
|
# Packet loss in percent
|
|
|
|
loss = 10
|
2024-02-29 21:36:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-01-07 12:52:33 +01:00
|
|
|
}
|