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 "OLA 0.3"

From wiki.openlighting.org

Jump to: navigation, search
(Other Docs)
Line 4: Line 4:
  
 
* (Optional) HTTP server with web interface for configuration
 
* (Optional) HTTP server with web interface for configuration
* web based dmx console
+
* Web based dmx console
 
* Support for embedding
 
* Support for embedding
 
* OS X support
 
* OS X support
Line 10: Line 10:
 
==Internal changes==
 
==Internal changes==
  
* Completely new RPC system based on [[http://code.google.com/p/protobuf/ Protocol Buffers]]
+
* Completely new RPC system based on [[http://code.google.com/p/protobuf/ Protocol Buffers]] allowing for asynchronous rpcs from the client.
 
* ExportMap
 
* ExportMap
  
==Still left to complete==
+
==Known Issues==
  
* convert all the plugins to the new format
+
Please report issues at http://code.google.com/p/linux-lighting/issues/list
* convert the usb_pro binary to the new format
 
* check everything works under Linux correctly
 
 
 
==Known Issues==
 
  
* Due to bugs in libmicrohttpd, you need the svn version for the console to work correctly.
+
* Due to bugs in libmicrohttpd, you need version 0.4 and above for it to work correctly.
  
 
==Other Docs==
 
==Other Docs==

Revision as of 11:23, 2 March 2009

This page discusses the development release of LLA (0.3).

User facing changes

  • (Optional) HTTP server with web interface for configuration
  • Web based dmx console
  • Support for embedding
  • OS X support

Internal changes

  • Completely new RPC system based on [Protocol Buffers] allowing for asynchronous rpcs from the client.
  • ExportMap

Known Issues

Please report issues at http://code.google.com/p/linux-lighting/issues/list

  • Due to bugs in libmicrohttpd, you need version 0.4 and above for it to work correctly.

Other Docs