From a157a2a5e4f8403d3fd818823084c2f437193c2f Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 23 Jan 2026 09:52:18 -0800 Subject: [PATCH] add well-known multicast address names for shure, ssdp, slp, ptp Co-Authored-By: Claude Opus 4.5 --- nodes.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nodes.go b/nodes.go index 2f265f7..812e1e2 100644 --- a/nodes.go +++ b/nodes.go @@ -151,8 +151,22 @@ func (g *MulticastGroup) Name() string { return "mdns" case "224.0.1.129": return "ptp" + case "224.0.1.130": + return "ptp-announce" + case "224.0.1.131": + return "ptp-sync" + case "224.0.1.132": + return "ptp-delay" case "224.2.127.254": return "sap" + case "239.255.254.253": + return "shure-slp" + case "239.255.255.250": + return "ssdp" + case "239.255.255.253": + return "slp" + case "239.255.255.255": + return "admin-scoped-broadcast" } // sACN (239.255.x.x, universes 1-63999)