You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Network change detection** — automatically detects Wi-Fi/network switches and tags measurements per network; works on macOS, Linux, Windows, Docker, and Raspberry Pi
19
19
-**Settings UI** — configure ping targets, DNS targets, and intervals directly from the dashboard; changes persist across restarts
20
20
-**`config.json`** — file-based defaults loaded at startup; overridden by any settings saved via the UI
21
+
-**Zero external dependencies** — stdlib HTTP server, pure-Go SQLite driver; no CGO, no C compiler required
21
22
-**Lightweight** — pings every 60s, speed test every 30min (1 MB); negligible network overhead
22
23
-**SQLite storage** — no database server; data persists in a single file
23
24
-**Cross-platform** — runs on Linux (x86, ARM/Pi), macOS, Windows, and Docker
@@ -48,7 +49,7 @@ Then open **http://localhost:8080**.
48
49
49
50
### Build from source
50
51
51
-
Requires Go 1.21+ and a C compiler (`gcc`) for the SQLite driver.
0 commit comments