Personal tools
The Open Lighting Project has moved!

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

Jump to: navigation, search
m (Getting Started: Change style of headers)
m (Developer Documentation: Add link to Doxygen examples)
Line 127: Line 127:
 
===Developer Documentation===
 
===Developer Documentation===
 
* [[OLA developer info]] - about the source code and structure
 
* [[OLA developer info]] - about the source code and structure
* [http://docs.openlighting.org/doc OLA Doxygen Docs] - Generated Doxygen docs aimed at developers creating clients.
+
* [[doc:index|OLA Doxygen Docs]] - Generated Doxygen docs aimed at developers creating clients.
 
* OLA APIs
 
* OLA APIs
 
** Protobufs Based
 
** Protobufs Based
*** [[OLA Client API]] - the C++ API
+
*** [[doc:client_tutorial|OLA Client API]] - the C++ API, (also [[OLA Client API|older examples]])
 
*** [[OLA Python API]] - easy DMX programming
 
*** [[OLA Python API]] - easy DMX programming
 
*** [http://code.google.com/p/open-lighting/source/browse/#git%2Fjava Java] - currently a work in progress (see an example using it [https://github.com/neophob/ola-to-tpm2net here])
 
*** [http://code.google.com/p/open-lighting/source/browse/#git%2Fjava Java] - currently a work in progress (see an example using it [https://github.com/neophob/ola-to-tpm2net here])
Line 146: Line 146:
 
* [[OLA Performance Stats]]
 
* [[OLA Performance Stats]]
 
* [[OLA TimeCode]]
 
* [[OLA TimeCode]]
 
  
 
===Old Tutorials===
 
===Old Tutorials===

Revision as of 03:47, 12 October 2013

OLA-Logo-Fitted-48px.png

Link: http://code.google.com/p/open-lighting/
{{ #if: yes | Free! }}{{ #if: | Windows Support }}{{ #if: yes | Linux Support }}{{ #if: yes | Mac OS X Support }}{{ #if: yes | Sends DMX }}{{ #if: yes | Receives DMX }}{{ #if: yes | RDM Support }}{{ #if: | MIDI Support }}{{ #if: yes | HTTP Support }}

Ola-download.png
Universe Settings
RDM Devices Page
Drag & Drop RDM Patching
Mobile UI


The Open Lighting Architecture (OLA) is part of the Open Lighting Project and provides applications with a mechanism to send and receive DMX512 & RDM commands using hardware devices and DMX over IP protocols. This enables software lighting controllers to communicate with hardware either via Ethernet or traditional DMX512 networks.

OLA can also convert DMX512 data sent using DMX over IP protocols from one format to another, allowing devices from different manufacturers to interact with one another. For example a Strand Lighting Console using ShowNet can send DMX512 to an Enttec EtherGate. When combined with a physical DMX interface such as the DMX USB Pro, OLA can send and receive data from wired DMX512 networks.

Supported Protocols

Protocol Linux Mac OS X FreeBSD
ArtNet, ArtNet 2, ArtNet 3
Green-tick.png
Rdm.gif
Green-tick.png
Rdm.gif
Green-tick.png
Rdm.gif
E1.31 / ACN
Green-tick.png
Green-tick.png
Green-tick.png
ESP Net
Green-tick.png
Green-tick.png
Green-tick.png
KiNET
Trans.gif
Trans.gif
Trans.gif
OSC (Open Sound Control)
Green-tick.png
Green-tick.png
 ?
Pathport
Green-tick.png
Green-tick.png
Green-tick.png
Sandnet
Green-tick.png
Green-tick.png
Green-tick.png
ShowNet
Green-tick.png
Green-tick.png
Green-tick.png


Supported Devices

Device Linux Mac OS X FreeBSD
Anyma uDMX
Trans.gif
Trans.gif
 ?
Arduino RGB Mixer
Green-tick.png
Rdm.gif
Green-tick.png
Rdm.gif
 ?
DMX 4 Linux
Trans.gif
 ?
DMX USB Pro
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
DMX USB Pro MkII
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
DMX-TRI
Trans.gif
Trans.gif
Trans.gif
DMXking USB DMX512-A
Trans.gif
Recv.gif
Trans.gif
Recv.gif
 ?
DMXter4 RDM / MiniDMXter
Rdm.gif
Rdm.gif
 ?
Eurolite USB DMX512 PRO
Trans.gif
Trans.gif
 ?
KarateLight
Trans.gif
 ?
KMtronic DMX Adapter
Trans.gif
 ?
Open DMX USB
Trans.gif
 ?
Milford Instruments 1-463
Trans.gif
 ?  ?
Packetheads USB_DMX Dongle
Green-tick.png
Green-tick.png
 ?
RDM USB Pro
Trans.gif
Recv.gif
Trans.gif
Recv.gif
 ?
RDM-TRI
Trans.gif
Rdm.gif
Trans.gif
Rdm.gif
Trans.gif
Rdm.gif
Robe Universal Interface
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
 ?
RUNIT WTX
Trans.gif
Recv.gif
Rdm.gif
Trans.gif
Recv.gif
Rdm.gif
 ?
SPI
Trans.gif
 ?
StageProfi
Trans.gif
Trans.gif
(Ethernet version only)
 ?
uDMX_asp
Trans.gif
Trans.gif
 ?
ultraDMX Pro
Trans.gif
Recv.gif
Trans.gif
Recv.gif
 ?
ultraDMX Micro
Trans.gif
Recv.gif
Trans.gif
Recv.gif
 ?
USBDMX2
Trans.gif
Trans.gif
 ?
USB-DMX512
Trans.gif
Trans.gif
 ?
Velleman K8062
Trans.gif
Trans.gif
 ?
VX8062
Trans.gif
Trans.gif
 ?

Getting Started

Start here if you've never used OLA before and read these in order.


Tutorials


Advanced Topics


Developer Documentation

Old Tutorials

These refer to the previous release but parts of them are still relevant.