Rückgabequeue arbeitet mit dictionarys

*die Rückgabequeue des swiches gibt nun dic zurück
*die config wurde erweitert
*der CANFilter wird als eigenständiges Programm verwändet
This commit is contained in:
Philipp Rauch 2013-11-22 16:01:43 +01:00
parent cda58b0f2e
commit 8d56806c03
7 changed files with 53 additions and 28 deletions

View file

@ -5,14 +5,13 @@ Created on 24.10.2013
@version: 0.6
'''
from time import time
from datetime import datetime
from flask import Flask, jsonify, abort, make_response, request
from socket import gethostname
from threading import Thread
from config import Config
import ems
### LOAD CONFIG ###
c = Config()
conf = c.readConf()