ESP32 WiFi recon cluster

This commit is contained in:
bot
2026-04-03 14:38:38 +03:00
commit a73aae21ad
15 changed files with 237204 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=ESP32 Recon — UDP Ingestor
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/esp32_cluster/coordinator
ExecStart=/usr/bin/python3 udp_ingest.py
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target