1
0
Fork 0
baconscript/server.cfg

29 lines
618 B
INI
Raw Permalink Normal View History

2022-05-13 00:01:01 -04:00
; This file contains the configuration data for HogNet devices.
2019-11-17 12:36:11 -05:00
[network]
2020-11-23 12:32:27 -05:00
; Comma seperated list of config section names.
; The first Hog4 in the list will be the default OSC reciever.
2022-05-13 00:01:01 -04:00
hogs = hog4,hedgehog
2019-11-17 12:36:11 -05:00
2022-05-13 00:01:01 -04:00
; The device is named as a section.
2020-11-23 12:32:27 -05:00
; When adding additional devices, be sure to add the section
2022-05-13 00:01:01 -04:00
; name to the index on line 6.
[example]
; the IPv4 or IPv6 address of the Hog device
ip: 127.0.0.1
; the port which is configured for OSC input
port: 7001
; the net number, which may be called in the comment macro
net: 1
[hog4]
ip: 10.235.1.53
port: 7001
net: 53
[hedgehog]
ip: 10.235.1.63
port: 7001
net: 63