Initial sACN library with protocol, sender, receiver, and discovery

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-28 21:36:34 -08:00
commit d5ca321a4c
7 changed files with 742 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/gopatchy/sacn
go 1.25.6
require golang.org/x/net v0.49.0
require golang.org/x/sys v0.40.0 // indirect