mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
27 lines
521 B
Text
27 lines
521 B
Text
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source_node = {
|
|
type = "zeromq",
|
|
pattern = "pubsub",
|
|
ipv6 = false,
|
|
|
|
out = {
|
|
publish = "tcp://127.0.0.1:1235",
|
|
filter = "ab184"
|
|
}
|
|
}
|
|
|
|
target_node = {
|
|
type = "zeromq",
|
|
|
|
in = {
|
|
signals = {
|
|
count = ${NUM_VALUE},
|
|
type = "float"
|
|
},
|
|
subscribe = "tcp://127.0.0.1:1235",
|
|
filter = "ab184"
|
|
}
|
|
|
|
}
|