wigle: mark as optional, not in base stack

This commit is contained in:
kayos 2026-03-24 09:39:27 -07:00
parent 5fa9d3af4c
commit 4dc9c09498

View file

@ -1,5 +1,12 @@
#!/usr/bin/env python3
"""AdaCam WiGLE wardriving service — WiFi scanning + WiGLE upload."""
"""
# STATUS: OPTIONAL / NOT IN BASE STACK
# WiFi scanning requires iwconfig + hardware support. Not deployed by default.
# The Bee's CPU is near capacity running map-ai + depthai_gate.
# This service is preserved for future use when hardware headroom allows.
# DO NOT include in deploy.sh or base service installs.
AdaCam WiGLE wardriving service WiFi scanning + WiGLE upload."""
import base64
import json
import logging