<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jmusarra</id>
		<title>wiki.openlighting.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jmusarra"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/Jmusarra"/>
		<updated>2026-04-28T20:49:45Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Building_Binary_Packages_With_Macports&amp;diff=5629</id>
		<title>Building Binary Packages With Macports</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Building_Binary_Packages_With_Macports&amp;diff=5629"/>
				<updated>2014-01-06T08:16:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: Created page with &amp;quot;[http://macports.org Macports] can be used to create binary packages, suitable for distribution, from OLA releases.   &amp;lt;pre&amp;gt;sudo port mpkg ola&amp;lt;/pre&amp;gt;  See https://www.macports.o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://macports.org Macports] can be used to create binary packages, suitable for distribution, from OLA releases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo port mpkg ola&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See https://www.macports.org/guide/chunked/using.binaries.html#using.binaries.binary-packages for more information.&lt;br /&gt;
&lt;br /&gt;
Note: Macports requires the &amp;lt;code&amp;gt;productbuild&amp;lt;/code&amp;gt; utility, included in Apple's [https://developer.apple.com/xcode/ XCode] version 3.2 and later.&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=RDM_Responder_Testing&amp;diff=5617</id>
		<title>RDM Responder Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=RDM_Responder_Testing&amp;diff=5617"/>
				<updated>2013-12-09T09:13:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: /* Downloading &amp;amp; Installing the Test Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
As part of the [[Open Lighting Project]] we've developed a suite of tests for [[RDM]] responders. This enables manufacturers to check how well a RDM device conforms to the E1.20 specification. The tests cases are written in Python, and use the [[OLA| Open Lighting Architecture]] to communicate with devices.&lt;br /&gt;
&lt;br /&gt;
Have a question? Check the [[Responder Testing FAQ]] or ask on the [https://groups.google.com/forum/#!forum/rdm-testing RDM Test Group].&lt;br /&gt;
&lt;br /&gt;
== Supported Devices ==&lt;br /&gt;
&lt;br /&gt;
The following RDM Controller devices are supported:&lt;br /&gt;
* [[RDM-TRI]] - this device doesn't support the Discovery tests yet.&lt;br /&gt;
* [[DMXter4 RDM]] / [[MiniDMXter]]&lt;br /&gt;
* [[Robe Universal Interface]] (latest firmware required)&lt;br /&gt;
* [[DMX USB Pro]] (2.4 firmware required)&lt;br /&gt;
* [[UltraDMX RDM Pro]] (1.3 firmware required. Also set USB Retry Count = 0)&lt;br /&gt;
&lt;br /&gt;
Please note due to limitations of ArtNet, the RDM tests cannot be run with ArtNet RDM. You need a physical DMX/RDM interface.&lt;br /&gt;
&lt;br /&gt;
== Downloading &amp;amp; Installing the Test Software ==&lt;br /&gt;
&lt;br /&gt;
The tests are built on top of, and are included with, the [[Open Lighting Architecture]] which runs on Mac OS, Linux and FreeBSD. If you're a Windows user, or want to get up and running quickly, the easiest way is to use the  [http://www.raspberrypi.org/ Raspberry Pi].  It's a $35 embedded computer and you can run all the tests through a web browser without ever having to log in.&lt;br /&gt;
&lt;br /&gt;
=== Raspberry Pi Instructions ===&lt;br /&gt;
&lt;br /&gt;
Follow the [[Responder Testing with the Raspberry Pi]] instructions.&lt;br /&gt;
&lt;br /&gt;
=== Mac, Linux or FreeBSD Instructions ===&lt;br /&gt;
&lt;br /&gt;
If you want to run the tests from your own computer:&lt;br /&gt;
&lt;br /&gt;
# Follow the [[Download &amp;amp; Install OLA|OLA Installation Instructions]]. If you're installing from source you need to add &amp;lt;tt&amp;gt;--enable-rdm-tests&amp;lt;/tt&amp;gt; when running &amp;lt;tt&amp;gt;./configure &amp;lt;/tt&amp;gt;. If you use Debian or Ubuntu packages make sure you install the &amp;lt;tt&amp;gt;ola-rdm-tests&amp;lt;/tt&amp;gt; package. The tests are quite stable at this point, so unless you have a reason to use the Git version I'd stick to using the monthly releases.&lt;br /&gt;
# Perform the [[RDM Test Setup Procedure]].&lt;br /&gt;
&lt;br /&gt;
== Running the Tests ==&lt;br /&gt;
&lt;br /&gt;
The tests can be run from either the [[Running the tests|command line]] or a [[Using the RDM Test UI|web browser]]. If you're new to using the command line we suggest you use the Web UI. It can do everything the command line tests can do.&lt;br /&gt;
&lt;br /&gt;
== Interpreting the Output == &lt;br /&gt;
&lt;br /&gt;
See the [[RDM Test Output|Guide to Interpreting Test Output]]. If you decide you want to add some additional tests read the [[Writing RDM Responder Tests| Guide to Writing Responder Tests]].&lt;br /&gt;
&lt;br /&gt;
== Test Coverage ==&lt;br /&gt;
&lt;br /&gt;
As of 7th July 2012 the following PIDs in E1.20 aren't tested:&lt;br /&gt;
&lt;br /&gt;
* STATUS_MESSAGES&lt;br /&gt;
* STATUS_ID_DESCRIPTION&lt;br /&gt;
* SUB_DEVICE_STATUS_REPORT_THRESHOLD&lt;br /&gt;
* RESET_DEVICE&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Open_Lighting_Project&amp;diff=5616</id>
		<title>Open Lighting Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Open_Lighting_Project&amp;diff=5616"/>
				<updated>2013-12-08T11:55:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Open Lighting Project is a multi-faceted effort aimed at accelerating the adoption of new, standardized control protocols, while also providing high quality, reliable, open software for the lighting industry. This site acts as a resource for anyone looking for information about DMX software and the associated control systems, as well as a variety of Open Source and free lighting software.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width: 100%; margin:4px 0 0 0; background:none; border-spacing: 5px;&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    [[Image:OLA-Logo-Fitted-48px.png|right|link=OLA]]&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;[[OLA | The Open Lighting Architecture]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
The [[OLA | Open Lighting Architecture]] provides a framework for distributing lighting control information. It supports many protocols such as E1.31 (sACN), ArtNet, ShowNet, Pathport, RDM and over a dozen USB devices. It can run as a standalone service, which is useful for converting signals between protocols, or alternatively it can be used as the backend for [[:Category:Controllers | Controller Applications]]. OLA runs on many different platforms including ARM, which makes it a perfect fit for low cost Ethernet to DMX gateways.&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    [[Image:rdm-logo-small.png|right|link=]]&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;[[RDM_Responder_Testing | RDM Responder Tests]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
Testing RDM Responder used to involve manually sending commands and verifying the responses. Not any longer! The [[RDM_Responder_Testing | RDM Responder Tests]] automate all of this and provide a detailed breakdown of how well a responder complies with the [[E1.20]] (RDM) standard. This saves time during the product development process and raises the quality of RDM implementations across the industry.&lt;br /&gt;
&lt;br /&gt;
For questions about the RDM Responder tests, email the  [http://groups.google.com/group/rdm-testing RDM Testing List].&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    [[Image:raspi-logo-small.png|right|link=]]&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;[[OLA_Raspberry_Pi | OLA on the Raspberry Pi]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
The [http://www.raspberrypi.org/ Raspberry Pi] is one of the most popular platforms for running [[OLA]]. With the addition of a USB to DMX device, one can build a low cost, but fully functional Ethernet gateway. The [[OLA_Raspberry_Pi | OLA on Raspberry Pi]] tutorial has a step by step guide to installing OLA on the Pi.&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    [[Image:Robin-1200.png|right|link=]]&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;rdm.openlighting.org&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
The http://rdm.openlighting.org site contains an index of RDM-enabled products as well as the specifications for many of the manufacturer specific PIDs. The site has recently been expanded to display the results of the RDM Responder Tests. The data on the site is available free of charge through APIs. &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    [[Image:Email-icon.png|right|link=]]&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;Contact / Support&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
Since this is an Open Source project, there is no commercial support for our products at this time. There are a number of ways of reaching the community though:&lt;br /&gt;
&lt;br /&gt;
* Primary User &amp;amp; Developer Discussion [http://groups.google.com/group/open-lighting Open Lighting Discuss] (typically a few messages per day).&lt;br /&gt;
* Announcements are posted to [http://groups.google.com/group/open-lighting-announce Open Lighting Announce] (low volume, typically 1-2 per month)&lt;br /&gt;
* RDM Testing Discussion [http://groups.google.com/group/rdm-testing RDM Testing].&lt;br /&gt;
* IRC #openlighting on freenode.net (or [http://webchat.freenode.net/?channels=openlighting webchat])&lt;br /&gt;
There is also an [https://plus.google.com/106460627923808853381 Open Lighting Community] on Google+. This is less OLA centric and more about sharing cool lighting projects people are working on. We also have a cafepress store where you can buy OLA t-shirts, stickers, and a few other random things. Visit [http://www.cafepress.com/openlighting Open Lighting at Cafepress]! Prices may change in the future. &lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;Other Projects&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
* [[libartnet]]. The library that started it all, libartnet is an [[ArtNet]] implementation for Mac, Linux, Windows &amp;amp; iPhone.&lt;br /&gt;
* [[Logic RDM Sniffer]] - Use a [http://saleae.com/logic Saleae Logic] device as a RDM analyzer. &lt;br /&gt;
* [[Arduino RGB Mixer]], open source firmware for Arduinos, so that they can be used as a simple RGB Color Mixer. Now with RDM support!&lt;br /&gt;
* [[OLA_DMX_Trigger | DMX Trigger]], this can execute command line programs based on DMX values. It's useful for building DMX controlled media players.&lt;br /&gt;
* [[E1.33 SLP SA Tests]], similar to the RDM Responder Tests, this performs tests against a RDMNet Device's SLP implementation.&lt;br /&gt;
* [[OLA LED Pixels]], drive pixel strings using OLA&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
 &amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;Project Supporters&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
Many individuals &amp;amp; organizations have supported the project over the years. We're grateful to all of them.&lt;br /&gt;
&lt;br /&gt;
* [http://www.anyma.ch Anyma], provided a [[Anyma_uDMX|uDMX]]&lt;br /&gt;
* [[Artistic Licence]], provided a [[Net-Lynx]] &amp;amp; Down-Lynx for Art-Net / RDM testing and a [[Rail-Tran]] to test [[RDM]] support&lt;br /&gt;
* Andrew Frazer, who sponsored the development of ola_trigger with a [[RDM USB Pro]] &lt;br /&gt;
* [http://www.creativelighting.com.au/ Creative Lighting], provided a [[SLAMMO XC-1]] &amp;amp; [[ADDICT]] for [[RDM]] testing.&lt;br /&gt;
* [[Enttec]], provided a [[DMX USB Pro]]&lt;br /&gt;
* Eric Johnson, for hosting the server used to test &amp;amp; debug much of the RDM code.&lt;br /&gt;
* Florian from eventa.ag who donated a [[StageProfi]] and a [[USBDMX2]]&lt;br /&gt;
* [http://www.goddarddesign.com/ Goddard Design], who made available a  [[MiniDMXter]]&lt;br /&gt;
* Jason Kyle from [http://www.DMXking.com DMXKing.com] provided a [[DMXking USB DMX512-A]]&lt;br /&gt;
* [[JESE]], provided a [[DMX-TRI]] &amp;amp;  [[RDM-TRI]] &amp;amp; Tempest Enclosure to test the RDM implementation. &lt;br /&gt;
* [http://www.ljusdesign.se LjusDesign AB] who donated 7 RDM splitters.&lt;br /&gt;
* [http://www.lumenradio.com/ LumenRadio] who provided a Nova TX2 RDM, Nova RX RDM and Nova FX units and a Raspberry Pi.&lt;br /&gt;
* [http://www.martin.com Martin Professional A/S] which loaned a Mac 700 for RDM testing &lt;br /&gt;
* [http://www.milinst.co.uk/ Milford Instruments] who sent 3 RDMChips for testing.&lt;br /&gt;
* Peter Kirkup, from [http://www.zero88.com/ Zero 88] who donated a Betapack 3&lt;br /&gt;
* Petr from [[ROBE Lighting]] who loaned a [[Robe Universal Interface]] and [http://www.robe.cz/products/article/robin-600e-spot/ Robin 600]&lt;br /&gt;
* [http://www.sandsys.com/ Sandsys], donated a [http://www.sandsys.com/products/SB-AAA2100.htm SandBox]&lt;br /&gt;
* Shaun Jackman, answered questions about the [[:Category:Pathport|Pathport]] Protocol&lt;br /&gt;
* [http://soundlight.de/ SoundLight] who loaned a 3604PWM-H device&lt;br /&gt;
* [http://www.waapa.ecu.edu.au West Australian Academy of Performing Arts] (WAAPA) for access to a [[Strand Lighting]] console.&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;td style=&amp;quot;width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top; padding: 4px&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h2 style=&amp;quot;float:left; font-size:120%; padding: .2em; margin:3px; font-weight:bold;&amp;quot;&amp;gt;Get Involved&amp;lt;/h2&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;clear: left&amp;quot;&amp;gt;&lt;br /&gt;
There is plenty of opportunity to get involved. If you would like to help with any of the following (or have your own ideas) then please get in touch with us on the [http://groups.google.com/group/open-lighting Open Lighting Group]&lt;br /&gt;
&lt;br /&gt;
* Technical Writers, the documentation could do with some cleanup.&lt;br /&gt;
* Packagers, we need people to build binary packages for Mac, Debian/Ubuntu and RPM-based distros&lt;br /&gt;
* Windows programmers, are you interested in helping [[Building_OLA_for_Windows| port OLA to Windows]]?  &lt;br /&gt;
* Java programmers, we need someone to write the Java client API [http://code.google.com/p/linux-lighting/issues/detail?id=15 ]&lt;br /&gt;
* Equipment donation, do you own or know of a [[:Category:USB | USB interface]] or RDM device we don't support yet? Consider lending it to us.&lt;br /&gt;
* Web designers, the web UI could do with a facelift.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The programming team behind OLA consists of:&lt;br /&gt;
* Bastien Andrès, contributed to the dmx4linux plugin&lt;br /&gt;
* Harry F, for the Eurolite USB Pro code&lt;br /&gt;
* Heikki Junnila, bug fixes for the debian packaging files&lt;br /&gt;
* Laurent  (Renzo), Debian packages, FreeBSD &amp;amp; RDM testing.&lt;br /&gt;
* Masaki Muranaka, various patches&lt;br /&gt;
* Peter Newman, man pages, various patches&lt;br /&gt;
* Nicolas, for the win32 port of libartnet&lt;br /&gt;
* Ravindra Nath Kakarla, RDM Test Server (Part of [http://www.google-melange.com/gsoc/profile/organization/google/gsoc2012/openlighting Google Summer of Code 2012] ).&lt;br /&gt;
* Rowan Maclachlan (hippy) for various changes&lt;br /&gt;
* Joshua Moyerman, various changes.&lt;br /&gt;
* Carsten Presser , Karate Light plugin&lt;br /&gt;
* Rui Barreiros for the FTDI plugin&lt;br /&gt;
* Sean Sill, RDM, doxygen comments.&lt;br /&gt;
* Tobi Schäfer, for the MacPort files&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=E1.31&amp;diff=5615</id>
		<title>E1.31</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=E1.31&amp;diff=5615"/>
				<updated>2013-12-04T07:03:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: /* ANSI numbers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;E1.31 (also called Streaming ACN) is a protocol for sending DMX512 data over the [[ACN]]  (E1.17) family of protocols. Developed by [[ESTA]], the specification is available at http://www.esta.org/tsp/documents/published_docs.php. E1.31 is expected to become the new standard for transporting DMX over IP, replacing other protocols such as [[ArtNet]] and [[Shownet]].  For a list of devices / software that supports E1.31 see [[:Category:E1.31| E1.31 Devices]]. &lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
&lt;br /&gt;
E1.31 works by adding a framing layer between the Root Layer and the DMP Layer. This new layer (called the E1.31 layer) adds properties such as the universe number, the source priority &amp;amp; sequence numbers.&lt;br /&gt;
&lt;br /&gt;
= Revisions =&lt;br /&gt;
&lt;br /&gt;
The standardized version of E1.31 is 0.46. A pre-release specification was published as version 0.2 which is implemented by some software.&lt;br /&gt;
&lt;br /&gt;
= Expected Extensions =&lt;br /&gt;
&lt;br /&gt;
From http://www.esta.org/tsp/working_groups/CP/projs.html, [[E1.33]] is expected to extend E1.31 to support [[RDM]].&lt;br /&gt;
&lt;br /&gt;
= ANSI numbers =&lt;br /&gt;
Many [[DMX]] related standards have been numbered/revised by the [http://www.ansi.org/ American National Standards Institute].&lt;br /&gt;
&lt;br /&gt;
* [http://webstore.ansi.org/RecordDetail.aspx?sku=ANSI+E1.11-2008 ANSI E1.11-2008]&lt;br /&gt;
Entertainment Technology -- USITT DMX512-A -- Asynchronous Serial Digital Data Transmission Standard for Controlling Lighting Equipment and Accessories .&lt;br /&gt;
''See [[DMX]]''&lt;br /&gt;
* [http://webstore.ansi.org/RecordDetail.aspx?sku=ANSI+E1.17%3a2006 ANSI E1.17:2006]&lt;br /&gt;
ANSI E1.17 2006 - Entertainment Technology - Architecture for Control Networks .&lt;br /&gt;
''[[DMX]] over [[ACN]]''&lt;br /&gt;
* [http://webstore.ansi.org/RecordDetail.aspx?sku=ANSI+E1.20-2006 ANSI E1.20-2006]&lt;br /&gt;
Entertainment Technology--Remote Device Management over USITT DMX512 .&lt;br /&gt;
''[[RDM]] over [[DMX]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The above documents can be obtained from http://tsp.plasa.org/tsp/documents/published_docs.php&lt;br /&gt;
&lt;br /&gt;
Note that DMX512-A was updated in 2004 and again in 2008: http://www.esta.org/tsp/news/newsdetails.php?newsID=291 (regarding text messages in UTF-8, update rate almost up to 20*44 Hz, corrections of errors and clarifications)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[RDM]] protocol is to be extended with BSR E1.37 e.g. for bulk data transfer.&lt;br /&gt;
&lt;br /&gt;
[[Category:Definitions]]&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=4288</id>
		<title>Open Lighting Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=4288"/>
				<updated>2012-07-27T21:35:50Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: Undo revision 4287 by 188.143.232.84 (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Ola.png|right]]&lt;br /&gt;
Link: http://code.google.com/p/open-lighting/ &amp;lt;br&amp;gt;&lt;br /&gt;
{{Features|free=yes|tx=yes|rx=yes|linux=yes|osx=yes|http=yes|rdm=yes}}&lt;br /&gt;
[[Image:Ola-download.png |right|link=http://code.google.com/p/open-lighting/downloads/list]]&lt;br /&gt;
[[Image:Llad_home.png| thumb |200px|right|Universe Settings]]&lt;br /&gt;
[[Image:Ola-rdm.png|thumb|200px|right|RDM Devices Page]]&lt;br /&gt;
[[Image:OLA_patching.png|thumb|200px|right|Drag &amp;amp; Drop RDM Patching]]&lt;br /&gt;
[[Image:Ola-mobile.png|thumb|200px|right|Mobile UI]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
The Open Lighting Architecture (OLA) is part of the [[Open Lighting Project]] and provides applications with a mechanism to send and receive [[DMX512]] &amp;amp; [[RDM]] commands using hardware devices and DMX over IP protocols. This enables [[:Category:Controllers | software lighting controllers]] to communicate with hardware either via Ethernet or traditional DMX512 networks.&lt;br /&gt;
&lt;br /&gt;
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|Strand]] Lighting Console using ShowNet can send DMX512 to an [[Enttec]] [[DmxEtherGate MKII|EtherGate]]. When combined with a physical DMX interface such as the [[DMX USB Pro]], OLA can send and receive data from wired DMX512 networks.&lt;br /&gt;
&lt;br /&gt;
==Supported Protocols==&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! '''Protocol'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ArtNet|ArtNet, ArtNet 2, ArtNet 3]]   || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]] || [[Image:Green-tick.png|center]]  &lt;br /&gt;
[[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[E1.31]] / [[ACN]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ESP Net|ESP Net]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Pathport|Pathport]]  || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Sandnet|Sandnet]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ShowNet|ShowNet]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Supported Devices==&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! '''Device'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
||  [[Anyma uDMX]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Arduino RGB Mixer]] || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]]  || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX 4 Linux]] || [[Image:Trans.gif|center]]  || &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX USB Pro]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]  || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX-TRI]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMXking USB DMX512-A]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMXter4 RDM]] / [[MiniDMXter]] || [[Image:Rdm.gif|center]] || [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Eurolite USB DMX512 PRO]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Open DMX USB]] || [[Image:Trans.gif|center]]  || &lt;br /&gt;
|-&lt;br /&gt;
|| [[Packetheads USB_DMX Dongle]] ||  [[Image:Green-tick.png|center]]  ||  [[Image:Green-tick.png|center]]  &lt;br /&gt;
|-&lt;br /&gt;
|| [[RDM USB Pro]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]]  || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[RDM-TRI]] || [[Image:Trans.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[Robe Universal Interface]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[RUNIT WTX]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[StageProfi]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] (Ethernet version only)&lt;br /&gt;
|-&lt;br /&gt;
|| [http://machosehead.wordpress.com/2010/06/12/udmx_asp/ uDMX_asp] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[ultraDMX Pro]] ||  [[Image:Trans.gif|center]] [[Image:Recv.gif|center]]  || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[USBDMX2]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Velleman K8062]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Velleman_K8062_Upgrade|VX8062]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
Start here if you've never used OLA before and read these in order.&lt;br /&gt;
* [[Download &amp;amp; Install OLA]]&lt;br /&gt;
* [[Using OLA]] - A basic introduction&lt;br /&gt;
* [[OLA Command Line Tools]] - Documentation for the tools in ola-examples&lt;br /&gt;
* [[OLA Device Specific Configuration]]&lt;br /&gt;
* [[OLA Tips &amp;amp; Tricks]]&lt;br /&gt;
* [[RDM with OLA]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA on Windows with VMWare]]&lt;br /&gt;
* [[OLA Live CD]], instructions on how to use the Live CD&lt;br /&gt;
* [[OLA Raspberry Pi]]&lt;br /&gt;
* [[OlaOutput Max External]] - Setup OlaOutput on Mac OS X to send DMX messages from Max/MSP/Jitter&lt;br /&gt;
* [[OLAGuruPlug]] - Running OLA on a [http://www.globalscaletechnologies.com/c-4-guruplugs.aspx GuruPlug]&lt;br /&gt;
* [[OlaLED]] - control RGB LED via http&lt;br /&gt;
* [[OLA RDM Responder Testing]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advanced Topics:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA Merging Algorithms]]&lt;br /&gt;
* [[OLA DiffServ support]] (QOS settings)&lt;br /&gt;
* [[OLA DMX Trigger]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Developer Documentation:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA developer info]] - about the source code and structure&lt;br /&gt;
* [[OLA Client API]] - the C++ API&lt;br /&gt;
* [[OLA Python API]] - easy DMX programming&lt;br /&gt;
* [[Build OLA Mac Packages]] - notes for building the .dmg images&lt;br /&gt;
* [[Building OLA for Windows]] - Notes on Windows support (in progress)&lt;br /&gt;
* [[Using OLA with Xcode]] - on a Mac, in Objective-C++&lt;br /&gt;
* [[Writing RDM Responder Tests]]&lt;br /&gt;
* [[Port Throttling]] &lt;br /&gt;
* [[OLA Performance Stats]]&lt;br /&gt;
* [[OLA TimeCode]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;, these refer to the previous release but parts of them are still relevant.&lt;br /&gt;
* [[LLA Sandnet Tutorial]] - Setup Horizon using Sandnet and LLA&lt;br /&gt;
* [[LLA and Q Light Controller Ubuntu Tutorial]] - Setup LLA on Ubuntu/Debian-type distro with QLC&lt;br /&gt;
* [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC&lt;br /&gt;
&lt;br /&gt;
[[Category:ArtNet]]&lt;br /&gt;
[[Category:ESP Net]]&lt;br /&gt;
[[Category:E1.31]]&lt;br /&gt;
[[Category:Sandnet]]&lt;br /&gt;
[[Category:ShowNet]]&lt;br /&gt;
[[Category:Utilities]]&lt;br /&gt;
[[Category:Pathport]]&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=4243</id>
		<title>Open Lighting Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=4243"/>
				<updated>2012-07-12T08:11:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jmusarra: Undo revision 4242 by 115.78.122.69 (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Ola.png|right]]&lt;br /&gt;
Link: http://code.google.com/p/open-lighting/ &amp;lt;br&amp;gt;&lt;br /&gt;
{{Features|free=yes|tx=yes|rx=yes|linux=yes|osx=yes|http=yes|rdm=yes}}&lt;br /&gt;
[[Image:Ola-download.png |right|link=http://code.google.com/p/open-lighting/downloads/list]]&lt;br /&gt;
[[Image:Llad_home.png| thumb |200px|right|Universe Settings]]&lt;br /&gt;
[[Image:Ola-rdm.png|thumb|200px|right|RDM Devices Page]]&lt;br /&gt;
[[Image:OLA_patching.png|thumb|200px|right|Drag &amp;amp; Drop RDM Patching]]&lt;br /&gt;
[[Image:Ola-mobile.png|thumb|200px|right|Mobile UI]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
The Open Lighting Architecture (OLA) is part of the [[Open Lighting Project]] and provides applications with a mechanism to send and receive [[DMX512]] &amp;amp; [[RDM]] commands using hardware devices and DMX over IP protocols. This enables [[:Category:Controllers | software lighting controllers]] to communicate with hardware either via Ethernet or traditional DMX512 networks.&lt;br /&gt;
&lt;br /&gt;
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|Strand]] Lighting Console using ShowNet can send DMX512 to an [[Enttec]] [[DmxEtherGate MKII|EtherGate]]. When combined with a physical DMX interface such as the [[DMX USB Pro]], OLA can send and receive data from wired DMX512 networks.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Supported Protocols==&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! '''Protocol'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ArtNet|ArtNet, ArtNet 2, ArtNet 3]]   || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]] || [[Image:Green-tick.png|center]]  &lt;br /&gt;
[[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[E1.31]] / [[ACN]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ESP Net|ESP Net]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Pathport|Pathport]]  || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Sandnet|Sandnet]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ShowNet|ShowNet]] || [[Image:Green-tick.png|center]]  || [[Image:Green-tick.png|center]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Supported Devices==&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! '''Device'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
||  [[Anyma uDMX]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Arduino RGB Mixer]] || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]]  || [[Image:Green-tick.png|center]] [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX 4 Linux]] || [[Image:Trans.gif|center]]  || &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX USB Pro]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]  || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX-TRI]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMXking USB DMX512-A]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[DMXter4 RDM]] / [[MiniDMXter]] || [[Image:Rdm.gif|center]] || [[Image:Rdm.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Eurolite USB DMX512 PRO]] || [[Image:Trans.gif|center]] || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Open DMX USB]] || [[Image:Trans.gif|center]]  || &lt;br /&gt;
|-&lt;br /&gt;
|| [[Packetheads USB_DMX Dongle]] ||  [[Image:Green-tick.png|center]]  ||  [[Image:Green-tick.png|center]]  &lt;br /&gt;
|-&lt;br /&gt;
|| [[RDM USB Pro]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]]  || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[RDM-TRI]] || [[Image:Trans.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[Robe Universal Interface]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[RUNIT WTX]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]] || [[Image:Trans.gif|center]]  [[Image:Recv.gif|center]] [[Image:Rdm.gif|center]]&lt;br /&gt;
|-&lt;br /&gt;
|| [[StageProfi]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] (Ethernet version only)&lt;br /&gt;
|-&lt;br /&gt;
|| [http://machosehead.wordpress.com/2010/06/12/udmx_asp/ uDMX_asp] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[ultraDMX Pro]] ||  [[Image:Trans.gif|center]] [[Image:Recv.gif|center]]  || [[Image:Trans.gif|center]] [[Image:Recv.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[USBDMX2]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Velleman K8062]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|-&lt;br /&gt;
|| [[Velleman_K8062_Upgrade|VX8062]] || [[Image:Trans.gif|center]]  || [[Image:Trans.gif|center]] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
Start here if you've never used OLA before and read these in order.&lt;br /&gt;
* [[Download &amp;amp; Install OLA]]&lt;br /&gt;
* [[OLA on Windows with VMWare]]&lt;br /&gt;
* [[OLA Live CD]], instructions on how to use the Live CD&lt;br /&gt;
* [[Using OLA]] - A basic introduction&lt;br /&gt;
* [[OLA Command Line Tools]] - Documentation for the tools in ola-examples&lt;br /&gt;
* [[OLA Device Specific Configuration]]&lt;br /&gt;
* [[OLA Tips &amp;amp; Tricks]]&lt;br /&gt;
* [[RDM with OLA]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OlaOutput Max External]] - Setup OlaOutput on Mac OS X to send DMX messages from Max/MSP/Jitter&lt;br /&gt;
* [[OLAGuruPlug]] - Running OLA on a [http://www.globalscaletechnologies.com/c-4-guruplugs.aspx GuruPlug]&lt;br /&gt;
* [[OlaLED]] - control RGB LED via http&lt;br /&gt;
* [[OLA RDM Responder Testing]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advanced Topics:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA Merging Algorithms]]&lt;br /&gt;
* [[OLA DiffServ support]] (QOS settings)&lt;br /&gt;
* [[OLA DMX Trigger]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Developer Documentation:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA developer info]] - about the source code and structure&lt;br /&gt;
* [[OLA Client API]] - the C++ API&lt;br /&gt;
* [[OLA Python API]] - easy DMX programming&lt;br /&gt;
* [[Build OLA Mac Packages]] - notes for building the .dmg images&lt;br /&gt;
* [[Building OLA for Windows]] - Notes on Windows support (in progress)&lt;br /&gt;
* [[Using OLA with Xcode]] - on a Mac, in Objective-C++&lt;br /&gt;
* [[Writing RDM Responder Tests]]&lt;br /&gt;
* [[Port Throttling]] &lt;br /&gt;
* [[OLA Performance Stats]]&lt;br /&gt;
* [[OLA TimeCode]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;, these refer to the previous release but parts of them are still relevant.&lt;br /&gt;
* [[LLA Sandnet Tutorial]] - Setup Horizon using Sandnet and LLA&lt;br /&gt;
* [[LLA and Q Light Controller Ubuntu Tutorial]] - Setup LLA on Ubuntu/Debian-type distro with QLC&lt;br /&gt;
* [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC&lt;br /&gt;
&lt;br /&gt;
[[Category:ArtNet]]&lt;br /&gt;
[[Category:ESP Net]]&lt;br /&gt;
[[Category:E1.31]]&lt;br /&gt;
[[Category:Sandnet]]&lt;br /&gt;
[[Category:ShowNet]]&lt;br /&gt;
[[Category:Utilities]]&lt;br /&gt;
[[Category:Pathport]]&lt;/div&gt;</summary>
		<author><name>Jmusarra</name></author>	</entry>

	</feed>