add dante subscription discovery via arc protocol

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-23 11:30:40 -08:00
parent a157a2a5e4
commit 47b48337b3
6 changed files with 467 additions and 6 deletions

View File

@@ -103,6 +103,12 @@ func (t *Tendrils) pollNode(node *Node) {
t.probeBMDDevice(ip)
}
}
if !t.DisableDante {
for _, ip := range ips {
t.probeDanteDevice(ip)
}
}
}
func (t *Tendrils) querySNMPDevice(node *Node, ip net.IP) {