mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
33 lines
402 B
Text
33 lines
402 B
Text
# configuration file
|
|
# host: inl-villas
|
|
# remote nodes:csu-villas
|
|
#
|
|
#
|
|
############ nodes ############
|
|
|
|
nodes = {
|
|
|
|
#ss4 (in demo schematic)
|
|
csu-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12004";
|
|
remote = "129.82.106.227:12004";
|
|
}
|
|
|
|
};
|
|
|
|
paths = (
|
|
{
|
|
in = "csu-villas",
|
|
out = "csu-villas"
|
|
#hooks = (
|
|
# {
|
|
# type = "print";
|
|
# }
|
|
#)
|
|
}
|
|
);
|
|
|
|
|
|
|