Logo
Explore Help
Sign In
theater/artmap
1
0
Fork 0
You've already forked artmap
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9a673bcd23542935aad09f2ef5f5455b9b899032
artmap/go.mod

11 lines
165 B
Modula-2
Raw Normal View History

Initial implementation of ArtNet remapping proxy Channel-level DMX remapping between ArtNet universes with: - TOML configuration with multiple address formats (net.subnet.universe, plain number) - ArtPoll discovery for output nodes - Configurable channel ranges for fixture spillover handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 09:27:20 -08:00
module github.com/gopatchy/artmap
go 1.25.4
Add sACN input/output support and fix multi-source merging - Add sACN/E1.31 protocol support for both input and output - from_proto = "sacn" to receive from sACN multicast - proto = "sacn" to output via sACN multicast - Fix remap engine to maintain persistent state per output universe - Multiple inputs targeting same output now merge correctly - Prevents flickering when multiple universes feed same output 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 12:32:41 -08:00
require (
github.com/BurntSushi/toml v1.6.0
golang.org/x/net v0.48.0
)
require golang.org/x/sys v0.39.0 // indirect
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5-cloud Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API