# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University # SPDX-License-Identifier: Apache-2.0 nodes = { 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" # Network emulation settings netem = { enabled = false, # Additional latency in microseconds delay = 100000, # Packet loss in percent loss = 10 } } } }