All Projects → docsteer → sacnview

docsteer / sacnview

Licence: Apache-2.0 license
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

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
QMake
1090 projects
NSIS
403 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to sacnview

telemetry
Open-source datasets for anyone interested in working with network anomaly based machine learning, data science and research
Stars: ✭ 93 (+24%)
Mutual labels:  network-monitoring
network-monitor-ios
Network Monitor SDK for iOS
Stars: ✭ 70 (-6.67%)
Mutual labels:  network-monitoring
h3dmx512-zip
Images for Allwinner H2+/H3 DMX512 / RDM / Art-Net / sACN / USBPro / Pixel / WS28xx / TCNet / SMPTE
Stars: ✭ 57 (-24%)
Mutual labels:  dmx512
RouterOS Useful Scripts
MikroTik RouterOS Useful Scripts for various use
Stars: ✭ 66 (-12%)
Mutual labels:  network-monitoring
community-id-spec
An open standard for hashing network flows into identifiers, a.k.a "Community IDs".
Stars: ✭ 137 (+82.67%)
Mutual labels:  network-monitoring
testmynids.org
A website and framework for testing NIDS detection
Stars: ✭ 55 (-26.67%)
Mutual labels:  network-monitoring
D1Proxy
A simple yet powerful Java 11 TCP MITM proxy for Dofus 1.29.1
Stars: ✭ 17 (-77.33%)
Mutual labels:  network-monitoring
ssldump
ssldump - (de-facto repository gathering patches around the cyberspace)
Stars: ✭ 160 (+113.33%)
Mutual labels:  network-monitoring
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+3516%)
Mutual labels:  network-monitoring
open-fixture-library
A library and website for lighting technology's DMX fixture definition files.
Stars: ✭ 113 (+50.67%)
Mutual labels:  dmx512
masscanned
Let's be scanned. A low-interaction honeypot focused on network scanners and bots. It integrates very well with IVRE to build a self-hosted alternative to GreyNoise.
Stars: ✭ 50 (-33.33%)
Mutual labels:  network-monitoring
ping-exporter
Prometheus Ping exporter
Stars: ✭ 60 (-20%)
Mutual labels:  network-monitoring
ramen
A stream processing language and compiler for small-scale monitoring
Stars: ✭ 14 (-81.33%)
Mutual labels:  network-monitoring
NetworkAlarm
A tool to monitor local network traffic for possible security vulnerabilities. Warns user against possible nmap scans, Nikto scans, credentials sent in-the-clear, and shellshock attacks. Currently supports live monitoring and network capture (pcap) scanning.
Stars: ✭ 17 (-77.33%)
Mutual labels:  network-monitoring
network-tools
Network Tools
Stars: ✭ 27 (-64%)
Mutual labels:  network-monitoring
dmxnet
ArtNet-DMX-sender and receiver for nodejs
Stars: ✭ 43 (-42.67%)
Mutual labels:  dmx512
analyzer-d4-passivedns
A Passive DNS backend and collector
Stars: ✭ 26 (-65.33%)
Mutual labels:  network-monitoring
plasma-applet-netspeed-widget
Plasma 5 widget that displays the currently used network bandwidth
Stars: ✭ 76 (+1.33%)
Mutual labels:  network-monitoring
hacking-resources
Hacking resources and cheat sheets. References, tools, scripts, tutorials, and other resources that help offensive and defensive security professionals.
Stars: ✭ 1,386 (+1748%)
Mutual labels:  network-monitoring
planet-exporter
🚀 Determine server network dependencies along with required bandwidth
Stars: ✭ 17 (-77.33%)
Mutual labels:  network-monitoring

sACNView Build Status

sACNView is a tool for viewing, monitoring and testing the ANSI/ESTA E1.17 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].