Devices infrastructure and minimal server

starts and creates (server-side) devices
no daemonizing and servicing yet

hint: try starting:
$ bin/server.py -v start

Change-Id: I6ac7a78dfff309a459cc0338a8d0d319ee72ada5
This commit is contained in:
Enrico Faulhaber
2016-06-20 18:36:12 +02:00
parent 8a9d2da503
commit d3c430e1b9
25 changed files with 1390 additions and 57 deletions

View File

@ -1,5 +1,9 @@
# for generating docu
markdown>=2.6
# general stuff
psutil
# daemonizing not yet functional (logging problems)
#daemonize
# for zmq
#pyzmq>=13.1.0