Files
ukmesh/backend
BenandClaude Sonnet 4.6 9ef68829c4 Add network column to nodes + network filtering for multi-domain support
- 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>
2026-03-04 11:40:11 +00:00
..
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00