CUM (Central Unified Microassistant) is a lightweight MQTT-based orchestrator for managing and debugging IoT/edge devices. It includes a Python core that routes commands/events and maintains a device registry with short human-friendly IDs, and a F…
CUM (Central Unified Microassistant) is a lightweight MQTT-based orchestrator for managing and debugging IoT/edge devices. It includes a Python core that routes commands/events and maintains a device registry with short human-friendly IDs, and a Flutter client with a console, device list and event feed. Messages are JSON with correlated IDs so clients can send targeted commands (ping, msg, brightness, etc.) and await replies on cum/command/core and cum/event/core. Quick start: run an MQTT broker, start the core (python3 cum/core/core.py) and run the Flutter client (cd cum/android_app && flutter run -d web-server).
Ai used only for braistorming, debugging and simple readmes
AI SOON to be used As input And output interpreter