Implement a variant of the Demo protocol from Markus

include LOTs of bugfixes as well

todo: documentation!

Change-Id: I52252ade34966d24990afd9672f38049882c3199
This commit is contained in:
Enrico Faulhaber
2016-08-26 14:03:43 +02:00
parent 92cf6f34a1
commit 8c825a93ed
20 changed files with 1093 additions and 178 deletions

View File

@ -67,7 +67,7 @@ def main(argv=None):
args = parseArgv(argv[1:])
loglevel = 'debug' if args.verbose else ('error' if args.quiet else 'info')
loggers.initLogging('secop', loglevel, path.join(log_path))
loggers.initLogging('secop', loglevel, log_path)
srv = Server(args.name, basepath)