An app to view DMX data received over sACN (ANSI E1.31) in the style of Haute Technique's ArtNetView.
See Documentation.
Built using:
- Wails: Go backend
- Mithril: JS frontend framework
- TailwindCSS and Flowbite on top of Mithril
Precompiled binaries for macOS and Windows can be found on the Releases page.
brew install patopesto/tap/sacn-monitor
- Install dependencies
Follow the Wails Getting Started guide.
You need go
installed and GOPATH
set in you PATH
.
go install github.com/wailsapp/wails/v2/cmd/wails@latest
- Run App
wails dev
This will start a Vite development server. The app can also be developed in a browser at http://localhost:34115.
- Build App
wails build
- sACN (ANSI E1.31) specification.
- ArtNet v4 specification from (c) Artistic Licence Holding Ltd.
- Haute Technique's ArtNetView.
- Open Lighting Architecure (OLA) framework (low-level implementations of control protocols).