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:
parent
cda58b0f2e
commit
8d56806c03
7 changed files with 53 additions and 28 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue