2025-01-14 14:42:39 +00:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-01-20 17:17:00 +01:00
|
|
|
nodes = {
|
2025-01-14 14:42:39 +00:00
|
|
|
b2b = {
|
|
|
|
type = "zeromq"
|
|
|
|
format = "protobuf"
|
2020-01-20 17:17:00 +01:00
|
|
|
|
2025-01-14 14:42:39 +00:00
|
|
|
in = {
|
|
|
|
subscribe = "tcp://*:12000"
|
|
|
|
bind = true
|
|
|
|
filter = "syslab"
|
2020-01-20 17:17:00 +01:00
|
|
|
|
2025-01-14 14:42:39 +00:00
|
|
|
hooks = (
|
|
|
|
{
|
|
|
|
type = "stats"
|
2020-01-20 17:17:00 +01:00
|
|
|
|
2025-01-14 14:42:39 +00:00
|
|
|
warmup = 10
|
|
|
|
verbose = true
|
|
|
|
}
|
|
|
|
)
|
|
|
|
}
|
|
|
|
out = {
|
|
|
|
publish = "tcp://*:12001"
|
|
|
|
bind = true
|
|
|
|
filter = "syslab"
|
|
|
|
}
|
|
|
|
}
|
2020-01-20 17:17:00 +01:00
|
|
|
}
|