feat(meshcore): register blueprint and add meshcore dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-05-11 12:55:37 +01:00
parent e5c5afb158
commit 53699482e1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ pyserial>=3.5
# Meshtastic mesh network support (optional - only needed for Meshtastic features)
meshtastic>=2.0.0
meshcore>=1.0.0
# Deauthentication attack detection (optional - for WiFi TSCM)
scapy>=2.4.5
+2
View File
@@ -23,6 +23,7 @@ def register_blueprints(app):
from .gps import gps_bp
from .ground_station import ground_station_bp
from .listening_post import receiver_bp
from .meshcore import meshcore_bp
from .meshtastic import meshtastic_bp
from .meteor_websocket import meteor_bp
from .morse import morse_bp
@@ -70,6 +71,7 @@ def register_blueprints(app):
app.register_blueprint(correlation_bp)
app.register_blueprint(receiver_bp)
app.register_blueprint(meshtastic_bp)
app.register_blueprint(meshcore_bp)
app.register_blueprint(tscm_bp)
app.register_blueprint(spy_stations_bp)
app.register_blueprint(controller_bp) # Remote agent controller