1
0
Fork 0

neutral default config

This commit is contained in:
Kevin Matz 2020-11-23 12:32:27 -05:00
parent 9ccf773ebc
commit 75bc47c14e
1 changed files with 12 additions and 18 deletions

View File

@ -1,22 +1,16 @@
[network] [network]
hogs = hog4_235, hedgehog_235, server_pc, server_rackhog ; Comma seperated list of config section names.
; The first Hog4 in the list will be the default OSC reciever.
hogs = hog4PC
[hog4_235] [hog4PC]
ip: 10.235.1.53 ip: 127.0.0.1
port: 7001 port: 7001
net: 53 net: 1
[hedgehog_235] ; When adding additional devices, be sure to add the section
ip: 10.235.1.63 ; name to the index on line 4.
port: 7001 ;[hedgehog]
net: 63 ; ip: 10.235.1.63
; port: 7001
[server_pc] ; net: 63
ip: 10.235.1.12
port: 7001
net: 12
[server_rackhog]
ip: 10.235.1.22
port: 7001
net: 22