mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
37 lines
507 B
Text
37 lines
507 B
Text
# configuration file
|
|
# host: inl-villas
|
|
# remote nodes:usc-villas
|
|
#
|
|
#
|
|
############ nodes ############
|
|
|
|
http = {enabled = false}
|
|
|
|
nodes = {
|
|
|
|
#ss7 (in demo schematic)
|
|
usc-villas1 = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12007";
|
|
remote = "129.252.22.104:13007";
|
|
},
|
|
|
|
usc-villas2 = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12077";
|
|
remote = "129.252.22.104:13077";
|
|
}
|
|
|
|
};
|
|
|
|
paths = (
|
|
{
|
|
in = "usc-villas2",
|
|
out = "usc-villas1"
|
|
}
|
|
);
|
|
|
|
|
|
|