2025-01-14 14:42:39 +00:00
|
|
|
#* GTNET-SKT test configuration
|
|
|
|
#
|
|
|
|
# Author: Steffen Vogel <post@steffenvogel.de>
|
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2017-04-25 15:11:41 +00:00
|
|
|
|
2019-03-26 14:02:12 +01:00
|
|
|
logging = {
|
2025-01-14 14:42:39 +00:00
|
|
|
level = "debug"
|
2019-03-26 14:02:12 +01:00
|
|
|
}
|
2017-04-25 15:11:41 +00:00
|
|
|
|
|
|
|
nodes = {
|
2025-01-14 14:42:39 +00:00
|
|
|
node1 = {
|
|
|
|
type = "socket"
|
|
|
|
format = "gtnet"
|
|
|
|
|
|
|
|
in = {
|
|
|
|
address = "*:12000"
|
|
|
|
}
|
|
|
|
out = {
|
|
|
|
address = "134.130.169.80:12001"
|
|
|
|
}
|
|
|
|
}
|
2019-03-26 07:47:45 +01:00
|
|
|
}
|