This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Sensor Collector - Napredna verzija | |
- Web interfejs za status | |
- Daljinska kontrola putem MQTT-a | |
- Struktuirano (JSON) logovanje | |
- Sve prethodne funkcije (red čekanja, validacija, eksterna konfiguracija) | |
""" | |
from __future__ import annotations | |
import os, time, json, signal, logging, threading, datetime |