wigle: mark as optional, not in base stack
This commit is contained in:
parent
5fa9d3af4c
commit
4dc9c09498
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue