mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed old config for new node code
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@276 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
5e6e21d451
commit
ad13eeb582
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ stats = 3; # The interval in seconds fo path statistics
|
|||
|
||||
nodes = {
|
||||
acs = {
|
||||
type = "opal", # server, workstation, opal, rtds or dsp
|
||||
type = "udp", # server, workstation, opal, rtds or dsp
|
||||
local = "127.0.0.1:12001", # Local ip:port, use '*' for random port
|
||||
remote = "127.0.0.1:12000"
|
||||
},
|
||||
sintef = {
|
||||
type = "rtds",
|
||||
type = "udp",
|
||||
local = "127.0.0.1:12002",
|
||||
remote = "127.0.0.1:12003",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue