Initial commit — DRB client (edge node) stack

Includes edge-node (FastAPI/MQTT/Discord voice), op25-container (SDR decoder),
and icecast (audio streaming).
This commit is contained in:
Logan
2026-04-05 19:01:51 -04:00
commit 1a9c92b6db
47 changed files with 2496 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import os
# Satisfy pydantic-settings required fields before any app module is imported.
os.environ.setdefault("NODE_ID", "test-node-01")
os.environ.setdefault("MQTT_BROKER", "localhost")