mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
rtp: add simple example config
This commit is contained in:
parent
fb67e4969c
commit
dacbbe739b
1 changed files with 17 additions and 0 deletions
17
etc/rtp.conf
Normal file
17
etc/rtp.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
nodes = {
|
||||
rtp_node = {
|
||||
type = "rtp"
|
||||
|
||||
in = {
|
||||
address = "0.0.0.0:12000",
|
||||
signals = {
|
||||
count = 3
|
||||
type = "float"
|
||||
}
|
||||
}
|
||||
|
||||
out = {
|
||||
address = "127.0.0.1:12000"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue