1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/etc/examples/nodes/unix_domain.conf

14 lines
224 B
Text

nodes = {
unix_domain_node = {
type = "socket",
layer = "unix",
format = "protobuf",
in = {
address = "/var/run/villas-node.server.sock"
},
out = {
address = "/var/run/villas-node.client.sock"
}
}
}