golint-fixer / dmx

DMX output library for Gobot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMX

Build Status Godoc

DMX output control for Gobot.

DMX512 (Digital Multiplex) is a standard for digital communication networks that are commonly used to control stage lighting and effects. It was originally intended as a standardized method for controlling light dimmers, which, prior to DMX512, had employed various incompatible proprietary protocols. It soon became the primary method for linking controllers (such as a lighting console) to dimmers and special effects devices such as fog machines and intelligent lights. DMX has also expanded to uses in non-theatrical interior and architectural lighting, at scales ranging from strings of Christmas lights to electronic billboards. DMX can now be used to control almost anything, reflecting its popularity in theatres and venues.

Install

go get github.com/lucibus/dmx

Usage

We currently only support the ENTTEC DMX USB Pro for outputting DMX signals. Please open issues or send PRs for other outputs that you want to support.

You need to install the drivers for that device, so that it shows up as serial device. On my mac I had to follow this tutorial and then it appeared as /dev/tty.usbserial-EN158833.

Check out example/main.go for example usage.

Testing

To run the unit tests just use go test.

If you have the device working, you can do a full integration test with

go run example/main.go

You will likely have to modify the path to the port in the example file first. This will randomly change the level of output address one every three seconds.

About

DMX output library for Gobot

License:MIT License


Languages

Language:Go 100.0%