Skip to content

docsteer/sacnview

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
res
 
 
src
 
 
 
 
 
 
ui
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sACNView Build Status

sACNView is a tool for viewing, monitoring and testing the ANSI/ESTA E1.31 protcol, informally known as "Streaming ACN".

For general information on the project, visit the web site

This protocol is used in lighting systems (typically theatre, television, live entertainment and other systems where a high performance stream of data is required).

This is sACNView mark 2. The original program was written in Borland Delphi, but this new version supplants it. It is written in C++, using the Qt library and sACN reception code from Electronic Theatre Controls.

Installation

If you are interested in simply using the program, visit the product web site to download installers for your platform (Linux, Mac or Windows OS).

Building

If you are interested in building the application you will need the following:

The application uses a couple of external libraries:

  • Google Breakpad for crash reporting
  • LibPCAP for captured packet playback

You need to acquire the Breakpad library by using the git submodule command

  1. Clone the repository (git clone https://github.com/docsteer/sacnview.git)
  2. Switch to the directory (cd sacnview)
  3. Initialize the submodules (git submodule init)
  4. Download the submodule (git submodule update)

After that, to build, open the .PRO file in the root directory and build with Qt Creator

About

sACNView provides a tool for monitoring and sending the Streaming ACN lighting control protocol used for lighting control in theatres, TV studios and architectural systems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published