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

@ -3,14 +3,14 @@ bindto=localhost
bindport=10767
protocol=pickle
[device "LN2"]
[device LN2]
class=devices.test.LN2
[device "heater"]
[device heater]
class=devices.test.Heater
maxheaterpower=10
[device "T1"]
class=devices.test.temp
[device T1]
class=devices.test.Temp
sensor="X34598T7"