ship an example config file
parent
dd452d5c6c
commit
1c499437d7
|
@ -0,0 +1,28 @@
|
|||
; This file contains the configuration data for HogNet devices.
|
||||
|
||||
[network]
|
||||
; Comma seperated list of config section names.
|
||||
; The first Hog4 in the list will be the default OSC reciever.
|
||||
hogs = hog4,hedgehog
|
||||
|
||||
|
||||
; The device is named as a section.
|
||||
; When adding additional devices, be sure to add the section
|
||||
; 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
|
Loading…
Reference in New Issue