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:
parent
8fc824da9a
commit
a86a7e1a18
1 changed files with 26 additions and 0 deletions
26
etc/examples/villas-web.conf
Normal file
26
etc/examples/villas-web.conf
Normal 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"
|
||||
}
|
||||
)
|
||||
|
Loading…
Add table
Reference in a new issue