add mdns hostname discovery and artnet universe tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-22 23:59:32 -08:00
parent 7bced7b350
commit 536c2d3dc9
7 changed files with 570 additions and 16 deletions

View File

@@ -617,6 +617,8 @@ func (n *Nodes) LogAll() {
log.Printf("[sigusr1] %s: %v", gm.Group.Name(), memberNames)
}
}
n.t.artnet.LogAll()
}
func (n *Nodes) expireMulticastMemberships() {