add basic artnet decode/encode

This commit is contained in:
Joel Wetzell
2025-12-23 14:19:52 -06:00
parent 3c0f555a6f
commit 407f1f3618
4 changed files with 87 additions and 1 deletions

3
go.mod
View File

@@ -1,12 +1,13 @@
module github.com/jwetzell/showbridge-go
go 1.25.3
go 1.25.5
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/emiago/diago v0.23.1-0.20251211215055-e1d875617111
github.com/emiago/sipgo v1.0.1
github.com/expr-lang/expr v1.17.7
github.com/jwetzell/artnet-go v0.0.0-20251223201031-5097901aa9db
github.com/jwetzell/free-d-go v0.1.0
github.com/jwetzell/osc-go v0.1.0
github.com/jwetzell/psn-go v0.3.0