mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
40 lines
545 B
Text
40 lines
545 B
Text
# configuration file
|
|
# host: inl-villas
|
|
# remote nodes:usc-villas
|
|
#
|
|
#
|
|
############ nodes ############
|
|
|
|
nodes = {
|
|
#ss2(in demo schematic)
|
|
acs-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12002";
|
|
remote = "10.10.15.1:12002";
|
|
},
|
|
|
|
#ss7 (in demo schematic)
|
|
usc-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12007";
|
|
remote = "129.252.22.104:13007";
|
|
}
|
|
|
|
};
|
|
|
|
paths = (
|
|
{
|
|
in = "usc-villas",
|
|
out = "usc-villas",
|
|
hooks = (
|
|
{
|
|
type = "print";
|
|
}
|
|
)
|
|
}
|
|
);
|
|
|
|
|
|
|