Initial multicast library with IGMP query response and periodic advertisements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-29 21:44:39 -08:00
commit 3ccee95804
5 changed files with 489 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/gopatchy/multicast
go 1.23.0
require (
github.com/google/gopacket v1.1.19
golang.org/x/net v0.34.0
)
require golang.org/x/sys v0.29.0 // indirect