1
0
Fork 0
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:
Steffen Vogel 2019-01-07 12:52:33 +01:00
parent fb67e4969c
commit dacbbe739b

17
etc/rtp.conf Normal file
View 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"
}
}
}