2024-04-09 14:17:35 +02:00
|
|
|
# Example configuration file for VILLASnode websocket node-type
|
2023-09-05 13:02:47 +02:00
|
|
|
#
|
|
|
|
# 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
|
2018-06-05 09:08:07 +02:00
|
|
|
|
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
sig = {
|
|
|
|
type = "signal",
|
2018-06-05 09:08:07 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
signal = "sine"
|
|
|
|
}
|
2019-04-06 10:51:29 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
relay = {
|
|
|
|
type = "websocket",
|
2019-04-06 10:51:29 +02:00
|
|
|
|
2024-02-29 21:36:38 +01:00
|
|
|
destinations = [
|
|
|
|
"https://villas.k8s.eonerc.rwth-aachen.de/ws/relay/node_1"
|
|
|
|
]
|
|
|
|
}
|
2019-03-26 07:47:45 +01:00
|
|
|
}
|
2020-10-20 22:40:16 +02:00
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "sig"
|
|
|
|
out = "relay"
|
|
|
|
}
|
2020-10-20 22:40:16 +02:00
|
|
|
)
|