mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
15 lines
223 B
Text
15 lines
223 B
Text
|
nodes = {
|
||
|
unix_domain_node = {
|
||
|
type = "socket",
|
||
|
layer = "unix",
|
||
|
format = "protobuf",
|
||
|
|
||
|
in = {
|
||
|
address = "/var/run/villas-node.server.sock"
|
||
|
},
|
||
|
out = {
|
||
|
remote = "/var/run/villas-node.client.sock"
|
||
|
}
|
||
|
}
|
||
|
}
|