feat: seakesp-logger v0.1.0 — logger WiFi ESP32 Go stdlib uniquement

This commit is contained in:
2026-06-08 12:30:31 +00:00
commit 42cf29d7e3
5 changed files with 850 additions and 0 deletions

23
config.ini.example Normal file
View File

@@ -0,0 +1,23 @@
# SeaKESP Logger — config optionnelle (copiez en config.ini à côté de l'exe)
# Les valeurs ici sont les défauts
# IP de l'ESP32
host=192.168.1.50
# Port HTTP de l'ESP32 (80 = firmware standard)
port=80
# Endpoint telemetry (GET JSON)
path=/api/telemetry
# Intervalle de polling en secondes
interval=1
# Fichier CSV (YYYY-MM-DD sera remplacé par la date du jour = rotation auto)
csv=seakesp_log_YYYY-MM-DD.csv
# Port du dashboard QC local
web=8099
# Mode: poll (GET vers l'ESP32) ou receive (HTTP server, reçoit les POST de l'ESP32)
mode=poll