1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/server/etc/opal-test.conf
2014-09-04 13:30:38 +00:00

20 lines
383 B
Text

# This is an example for a minimal configuration
#
# All messages will be sent back to the origin.
affinity = 0xc0;
priority = 50;
nodes = {
opal = {
local = "*:12000", # Local ip:port, use '*' for random port
remote = "10.10.10.2:12001"
}
};
paths = (
{
in = "opal", # Name of the node we listen to (see above)
out = "opal" # And we loop back to the origin
}
);