Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.58 KB

File metadata and controls

76 lines (51 loc) · 2.58 KB

ulackroad sensor network

Part of BlackRoad OS — Sovereign Computing for Everyone

BlackRoad OS BlackRoad-Hardware

ulackroad sensor network is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.

BlackRoad Ecosystem

Org Focus
BlackRoad OS Core platform
BlackRoad OS, Inc. Corporate
BlackRoad AI AI/ML
BlackRoad Hardware Edge hardware
BlackRoad Security Cybersecurity
BlackRoad Quantum Quantum computing
BlackRoad Agents AI agents
BlackRoad Network Mesh networking

Website: blackroad.io | Chat: chat.blackroad.io | Search: search.blackroad.io


IoT sensor aggregator with anomaly detection and time-series data

Part of the BlackRoad OS ecosystem — BlackRoad-Hardware


blackroad-sensor-network

Part of BlackRoad-Hardware — IoT & hardware intelligence platform.

Overview

Repo Description
blackroad-smart-home Smart home controller: scenes, scheduling, device groups
blackroad-sensor-network IoT sensor aggregator with Z-score anomaly detection
blackroad-automation-hub Rules engine: triggers, conditions, actions
blackroad-energy-optimizer Energy tracking, peak analysis, CO2 equivalent
blackroad-fleet-tracker Fleet GPS tracking, geofencing, idle detection

Install

pip install -r requirements.txt

Usage

python sensor-network.py   # runs demo

Tests

pytest test_sensor-network.py -v

Architecture

  • Pure Python with SQLite persistence (WAL mode)
  • Thread-safe with per-operation locks
  • Self-initializing database on first run
  • Dataclass-based domain model

License

© BlackRoad OS, Inc. All rights reserved.