1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/etc/labs/lab10_nodes.conf

78 lines
1.2 KiB
Text
Raw Permalink Normal View History

2019-03-26 07:47:45 +01:00
hugepages = 200
nodes = {
# Node names can be any alphanumeric value
rpi-1 = {
2019-03-26 07:47:45 +01:00
type = "socket"
layer = "udp"
format = "gtnet" # pre-built format to communicate in RTDS GTNET-SKT payload
in = {
address = "*:12005" # villas node machine IP and port number
signals = {
2019-03-26 07:47:45 +01:00
count = 8
type = "float"
}
2019-03-26 14:02:12 +01:00
hooks = (
{
type = "stats"
warmup = 3000
}
)
},
out = {
address = "192.168.0.5:12005" # remote machine IP and port number
2019-03-26 14:02:12 +01:00
}
},
rpi-2 = {
2019-03-26 07:47:45 +01:00
type = "socket"
layer = "udp"
format = "gtnet" # pre-built format to communicate in RTDS GTNET-SKT payload
in = {
address = "*:12006" # villas node machine IP and port number
signals = {
2019-03-26 07:47:45 +01:00
count = 8
type = "float"
}
2019-03-26 14:02:12 +01:00
hooks = (
{
type = "stats"
warmup = 3000
}
)
2019-03-26 07:47:45 +01:00
}
out = {
address = "192.168.0.6:12006" # remote machine IP and port number
2019-03-26 07:47:45 +01:00
}
},
rtds-1 = {
2019-03-26 07:47:45 +01:00
type = "socket"
layer = "udp"
format = "gtnet"
in = {
address = "*:12083" # villas node machine IP and port number
signals = {
2019-03-26 07:47:45 +01:00
count = 8
type = "float"
}
2019-03-26 14:02:12 +01:00
hooks = (
{
type = "stats"
warmup = 3000
}
)
2019-03-26 07:47:45 +01:00
}
out = {
address = "192.168.0.4:12083" # remote machine IP and port number
2019-03-26 07:47:45 +01:00
}
}
}