We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
Difference between revisions of "Open Lighting Architecture"
From wiki.openlighting.org
Line 13: | Line 13: | ||
When combined with a physical DMX interface such as the [[DMX USB Pro]], OLA Live can send and receive data from traditional wired DMX networks. | When combined with a physical DMX interface such as the [[DMX USB Pro]], OLA Live can send and receive data from traditional wired DMX networks. | ||
− | OLA can run on | + | OLA can run on Linux and on Mac OS X. A port to Windows is feasible if someone wants to add the necessary platform-dependent code for plug-ins and create an installer. |
<b>Bugs</b>: Check the bug tracker at http://code.google.com/p/linux-lighting/issues/list | <b>Bugs</b>: Check the bug tracker at http://code.google.com/p/linux-lighting/issues/list | ||
Line 51: | Line 51: | ||
Start here if you've never used OLA before and read these in order. | Start here if you've never used OLA before and read these in order. | ||
* [[Download OLA]] | * [[Download OLA]] | ||
− | |||
* [[OLA on OS X]] or [[OLA on Linux]] - How to get it compiled. | * [[OLA on OS X]] or [[OLA on Linux]] - How to get it compiled. | ||
* [[Using OLA]] - A basic introduction | * [[Using OLA]] - A basic introduction | ||
Line 69: | Line 68: | ||
* [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC | * [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC | ||
+ | <b>Deprecated Documentation</b> | ||
+ | * [[OLA 0.3]] - Release Notes | ||
OLA can also run on a wireless access point. [http://nomis52.net/?section=projects§2=artnet&page=node] | OLA can also run on a wireless access point. [http://nomis52.net/?section=projects§2=artnet&page=node] |
Revision as of 18:40, 5 January 2010
Link: http://code.google.com/p/linux-lighting/
{{ #if: yes | }}{{ #if: | }}{{ #if: yes | }}{{ #if: yes | }}{{ #if: yes | }}{{ #if: yes | }}{{ #if: | }}{{ #if: | }}{{ #if: yes | }}
OLA (Open Lighting Architecture) is a framework that allows applications to send and receive DMX, using various hardware devices and 'DMX over IP' protocols. It can make software controllers talk to DMX hardware. It was formerly known as LLA.
OLA allows DMX sent using various DMX over IP protocols to be converted from one format to another. This enables devices from different manufacturers to talk to each another (for example a Strand Console can send DMX to an Enttec EtherGate).
OLA Live is a stand-alone bootable CD containing software from the Open Lighting Architecture project.
When combined with a physical DMX interface such as the DMX USB Pro, OLA Live can send and receive data from traditional wired DMX networks.
OLA can run on Linux and on Mac OS X. A port to Windows is feasible if someone wants to add the necessary platform-dependent code for plug-ins and create an installer.
Bugs: Check the bug tracker at http://code.google.com/p/linux-lighting/issues/list
Questions: See the news group at http://groups.google.com/group/open-lighting
Supported Devices/Protocols:
Driver | Linux | Mac OS X |
---|---|---|
ArtNet | Yes | Yes |
ShowNet | Yes | Yes |
ESP Net | Yes | Yes |
Sandnet | Yes | Yes |
E1.31 / ACN | Yes | Yes |
DMX USB Pro | Yes | Yes |
Open DMX USB | Yes | ?? |
StageProfi | Yes | ?? |
Pathport | in testing | in testing |
DMX 4 Linux | Yes | - |
Getting Started
Start here if you've never used OLA before and read these in order.
- Download OLA
- OLA on OS X or OLA on Linux - How to get it compiled.
- Using OLA - A basic introduction
- OLA Command Line Tools - Documentation for the tools in ola-examples
- OLA Device Specific Configuration
- OLA Tips & Tricks
- OLA Merging Algorithms
Developer Documentation:
- OLA developer info - about the source code and structure
- OLA Client API - the C++ API
- OLA Python API - easy DMX programming
Tutorials, these refer to the previous release but parts of them are still relevant.
- LLA Sandnet Tutorial - Setup Horizon using Sandnet and LLA
- LLA and Q Light Controller Ubuntu Tutorial - Setup LLA on Ubuntu/Debian-type distro with QLC
- LLA and Q Light Controller OSX Tutorial - Setup LLA on Mac OS X with QLC
Deprecated Documentation
- OLA 0.3 - Release Notes
OLA can also run on a wireless access point. [1]
There is a project underway to build packages for OpenWrt. See http://lists.culturebase.org/cgi-bin/mailman/listinfo/lla-openwrt for more details.