Skip to content

A basic ArtNet DMX-512 monitor for Mac, Linux and Windows written in Java

License

Notifications You must be signed in to change notification settings

Instant-Party/artnet-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIXILAB ArtNet Monitor

A simple ArtNet DMX-512 monitor written in Java. Shows a single window that displays the values of all DMX channels in a universe. Operates in single-universe or "omni" mode (indicating the universe numbers yielding data). Binds to the default NIC, so you may need to ensure that the default NIC matches the one ArtNet data is received on if you have multiple NICs on your machine (e.g., Ethernet and Wifi).

Usage

If you just want to use the monitor, download dist/ArtNet-Monitor.jar and launch it. On a Mac, assuming Java 8 or later is installed, you can generally just doubleclick ArtNet-Monitor.jar. If your OS doesn't support this method of launching the file, open a terminal window, navigate to the directory containing the file, then type:

java -jar ArtNet-Monitor.jar

Credits

Written by Mike Fahl, http://pixilab.se (because I couldn't find a decent ArtNet monitor that ran on Mac/Linux, and I prefer not having to schlep around a Windows boat anchor just for this).

Based on the artnet4j fork taken from https://github.com/cansik/artnet4j.

About

A basic ArtNet DMX-512 monitor for Mac, Linux and Windows written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%