2023-08-31 11:25:01 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-02-11 16:30:25 +01:00
|
|
|
affinity = 0x8,
|
|
|
|
|
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
rtds_gtnet1 = {
|
|
|
|
type = "socket",
|
|
|
|
layer = "udp",
|
|
|
|
format = "gtnet",
|
|
|
|
|
|
|
|
in = {
|
|
|
|
address = "*:12000"
|
|
|
|
|
|
|
|
signals = {
|
|
|
|
count = 8,
|
|
|
|
type = "float"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
out = {
|
|
|
|
address = "134.130.169.98:12000"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
rtds_gtnet2 = {
|
|
|
|
type = "socket",
|
|
|
|
layer = "udp",
|
|
|
|
format = "gtnet",
|
|
|
|
|
|
|
|
in = {
|
|
|
|
address = "*:12001"
|
|
|
|
|
|
|
|
signals = {
|
|
|
|
count = 8,
|
|
|
|
type = "float"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
out = {
|
|
|
|
address = "134.130.169.99:12001"
|
|
|
|
}
|
|
|
|
}
|
2019-02-11 16:30:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "rtds_gtnet1"
|
|
|
|
out = "rtds_gtnet2"
|
2019-02-11 16:30:25 +01:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
reverse = true
|
|
|
|
}
|
2019-02-11 16:30:25 +01:00
|
|
|
)
|