1
0
Fork 0

don't ship a server config file

This commit is contained in:
Kevin Matz 2022-05-13 00:01:01 -04:00
parent a34327a874
commit dd452d5c6c
2 changed files with 24 additions and 10 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.cfg
# Antlr4 # Antlr4
*.interp *.interp
*.tokens *.tokens

View File

@ -1,16 +1,28 @@
; This file contains the configuration data for HogNet devices.
[network] [network]
; Comma seperated list of config section names. ; Comma seperated list of config section names.
; The first Hog4 in the list will be the default OSC reciever. ; The first Hog4 in the list will be the default OSC reciever.
hogs = hog4PC hogs = hog4,hedgehog
[hog4PC]
ip: 127.0.0.1
port: 7001
net: 1
; The device is named as a section.
; When adding additional devices, be sure to add the section ; When adding additional devices, be sure to add the section
; name to the index on line 4. ; name to the index on line 6.
;[hedgehog] [example]
; ip: 10.235.1.63 ; the IPv4 or IPv6 address of the Hog device
; port: 7001 ip: 127.0.0.1
; net: 63 ; 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