1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add new example config to demonstrate use of VILLASweb

This commit is contained in:
Steffen Vogel 2019-10-20 02:55:37 +02:00
parent 8fc824da9a
commit a86a7e1a18

View file

@ -0,0 +1,26 @@
nodes = {
sine = {
type = "signal"
signal = "mixed"
values = 5
rate = 25
frequency = 5
}
web = {
type = "websocket"
destinations = [
"https://web.villas.fein-aachen.org//ws/relay/test_data_1"
]
}
}
paths = (
{
in = "sine"
out = "web"
}
)