towerops/lib/towerops_web/live/device_live
Graham McIntire 7371ceb942
feat: add automatic network topology inference
Build a rich network topology from SNMP polling data using evidence-based
confidence scoring. LLDP/CDP neighbors, MAC address tables, and ARP data
are combined to infer device links with weighted confidence merging.

- Add DeviceLink and DeviceLinkEvidence schemas for persistent topology
- Implement evidence collectors: LLDP (0.95), CDP (0.95), MAC (0.7), ARP (0.6)
- Add device role inference from sysObjectID/sysDescr patterns
- Hook topology inference into DevicePollerWorker pipeline
- Add stale link cleanup (24h mark stale, 72h delete) via NeighborCleanupWorker
- Update NetworkMapLive with "Added" vs "All Devices" tabs
- Add connected devices section to device detail page
- Add device role selector to device edit form
- Update Cytoscape.js with role-based node shapes/colors and confidence edges
2026-02-12 13:28:01 -06:00
..
form.ex feat: add automatic network topology inference 2026-02-12 13:28:01 -06:00
form.html.heex feat: add automatic network topology inference 2026-02-12 13:28:01 -06:00
index.ex fix: reload device stream when switching back to existing devices tab 2026-02-12 12:47:30 -06:00
index.html.heex add row_link to table component for proper anchor tags 2026-02-11 08:46:03 -06:00
show.ex feat: add automatic network topology inference 2026-02-12 13:28:01 -06:00
show.html.heex feat: add automatic network topology inference 2026-02-12 13:28:01 -06:00