mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add typhoon example configuration
This commit is contained in:
parent
babd731cfc
commit
50c14e79ae
1 changed files with 41 additions and 0 deletions
41
etc/examples/typhoon.conf
Normal file
41
etc/examples/typhoon.conf
Normal file
|
@ -0,0 +1,41 @@
|
|||
stats = 1.0
|
||||
|
||||
nodes = {
|
||||
typhoon_1 = {
|
||||
type = "socket"
|
||||
layer = "udp"
|
||||
format = {
|
||||
type = "raw"
|
||||
endianess = "little"
|
||||
bits = 64
|
||||
}
|
||||
|
||||
in = {
|
||||
address = "*:12000"
|
||||
|
||||
hooks = (
|
||||
"stats"
|
||||
)
|
||||
|
||||
signals = (
|
||||
{ name = "signal0", type="float" },
|
||||
{ name = "signal1", type="integer" },
|
||||
{ name = "signal2", type="boolean" },
|
||||
{ name = "signal3", type="float" },
|
||||
{ name = "signal4", type="complex" }
|
||||
)
|
||||
}
|
||||
|
||||
out = {
|
||||
address = "192.168.2.100:12000" # IP Address of Typhoon HIL target
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
paths = (
|
||||
{
|
||||
# A simple loopback
|
||||
in = "typhoon_1",
|
||||
out = "typhoon_1"
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue