mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-16 12:02:35 +00:00
- schema.sql: ADD COLUMN nodes.network TEXT DEFAULT 'teesside' - db/index.ts: upsertNode accepts network, getNodes/getLastNPackets filter by network - mqtt/client.ts: pass network to all three upsertNode call sites - ws/server.ts: read ?network= query param, filter initial state nodes/packets - api/routes.ts: /api/stats and /api/coverage accept ?network= filter - useWebSocket.ts: accept network param, append ?network= to WS URL - useCoverage.ts: accept network param, append ?network= to fetch URL - App.tsx: compute networkFilter (teesside unless VITE_NETWORK=ukmesh), pass to hooks and stats fetch - UKMqttPage.tsx: replace installer-based broker setup with accurate TOML config block Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>