mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
42 lines
771 B
Text
42 lines
771 B
Text
# configuration file
|
|
# host: inl-villas
|
|
# remote nodes: acs-villas, polito_villas, usc-villas, fsu-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";
|
|
},
|
|
|
|
#ss3 (in demo schematic)
|
|
polito-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12003";
|
|
remote = "130.192.95.241:12003";
|
|
},
|
|
|
|
#ss7 (in demo schematic)
|
|
usc-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12007";
|
|
remote = "129.252.22.104:12007";
|
|
}
|
|
|
|
#ss8 (in demo schematic)
|
|
fsu-villas = {
|
|
type = "socket";
|
|
layer = "udp";
|
|
local = "141.221.118.93:12008";
|
|
remote = "10.146.64.3:12008";
|
|
}
|
|
|
|
}
|
|
|