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