diff --git a/server.cfg.example b/server.cfg.example new file mode 100644 index 0000000..8dfb072 --- /dev/null +++ b/server.cfg.example @@ -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