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

Merge branch 'add-ws-relay-config' into 'master'

Add new example config to demonstrate use of VILLASweb

See merge request acs/public/villas/VILLASnode!53
This commit is contained in:
Steffen Vogel 2019-10-20 03:05:52 +02:00
commit fce14a244f

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"
}
)