mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
socket: extended example config for new "unix" layer
This commit is contained in:
parent
2443f7c2fa
commit
9f1929ddbb
1 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,13 @@ nodes = {
|
|||
local = "12:34:56:78:90:AB%eth0:12002",
|
||||
remote = "12:34:56:78:90:AB%eth0:12002"
|
||||
},
|
||||
unix_domain_node = {
|
||||
type = "socket",
|
||||
layer = "unix", # Datagram UNIX domain sockets require two endpoints
|
||||
|
||||
local = "/var/run/villas/node/node.sock",
|
||||
remote = "/var/run/villas/node/client.sock"
|
||||
},
|
||||
opal_node = { # The server can be started as an Asynchronous process
|
||||
type = "opal", # from within an OPAL-RT model.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue