mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix example websocket-client config
This commit is contained in:
parent
5e900c38a0
commit
ea92b530f4
1 changed files with 12 additions and 11 deletions
|
@ -24,24 +24,25 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************************/
|
||||
|
||||
http = {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
nodes = {
|
||||
ws = {
|
||||
type = "websocket",
|
||||
sig = {
|
||||
type = "signal",
|
||||
|
||||
destinations = [
|
||||
"http://127.0.0.1:8088/test_session"
|
||||
]
|
||||
signal = "sine"
|
||||
}
|
||||
|
||||
demo-relay = {
|
||||
relay = {
|
||||
type = "websocket",
|
||||
|
||||
destinations = [
|
||||
"https://villas.k8s.fein-aachen.org//ws/relay/node_1"
|
||||
"https://villas.k8s.eonerc.rwth-aachen.de/ws/relay/node_1"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
paths = (
|
||||
{
|
||||
in = "sig"
|
||||
out = "relay"
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue