Versions in this module Expand all Collapse all v1 v1.0.0 Apr 25, 2024 Changes in this version + type GetMulticastInterfacesRequest struct + type GetMulticastInterfacesResponse struct + Interfaces []string + type GroupAddress string + type Multicast struct + func New(core *core.Core, log *log.Logger, opts ...SetupOption) (*Multicast, error) + func (m *Multicast) AnnounceNow() + func (m *Multicast) Interfaces() map[string]net.Interface + func (m *Multicast) IsStarted() bool + func (m *Multicast) SetupAdminHandlers(a *admin.AdminSocket) + func (m *Multicast) Stop() error + type MulticastInterface struct + Beacon bool + Listen bool + Password string + Port uint16 + Priority uint8 + Regex *regexp.Regexp + type SetupOption interface