Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

BlackRoad-Hardware/blackroad-sensor-network

Repository files navigation

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.

About

IoT sensor aggregator with anomaly detection and time-series data

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors