From 1c499437d76503dd420eac4f735813dfed262715 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Fri, 13 May 2022 00:01:26 -0400 Subject: [PATCH] ship an example config file --- server.cfg.example | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 server.cfg.example 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