Initial commit of source code

This commit is contained in:
2019-05-08 13:55:09 +02:00
parent e985250303
commit 4d2542776f
8 changed files with 455 additions and 0 deletions

18
docs/uvscand.conf Normal file
View File

@@ -0,0 +1,18 @@
# This is an example /etc/uvscand.conf file.
# Copy it into place before use.
#
# Comments: use '#' for comment lines and ';' (following a space) for inline comments.
#
[uvscand]
bind_address = 127.0.0.1
bind_port = 10060
tmpdir = /tmp
# no command line options allowed here
uvscan_path = /usr/local/bin/uvscan
# 10: DEBUG, 20: INFO, 30: WARNING, 40: ERROR, 50: CRITICAL
loglevel = 30