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
m (moved LLA 0.3 to OLA 0.3)
Line 1: Line 1:
This page discusses the development release of LLA (0.3).
+
This page discusses the development release of OLA (0.3).
  
 
==User facing changes==
 
==User facing changes==
Line 5: Line 5:
 
* (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 the LLA server within other programs
+
* Support for embedding the OLA server within other programs
 
* OS X support
 
* OS X support
 
* Port-Universe patchings are saved between server restarts
 
* Port-Universe patchings are saved between server restarts
Line 14: Line 14:
 
* Completely new RPC system based on [[http://code.google.com/p/protobuf/ Protocol Buffers]] allowing for true asynchronous rpcs from the client.
 
* Completely new RPC system based on [[http://code.google.com/p/protobuf/ Protocol Buffers]] allowing for true asynchronous rpcs from the client.
 
* ExportMap - exports debugging information via http
 
* ExportMap - exports debugging information via http
* A much improved Logging framework
+
* A much improved logging framework
 
* Abstraction of network code to support porting to other platforms
 
* Abstraction of network code to support porting to other platforms
* Refactored plugin architecture to remove redundant code
+
* Refactored the plugin architecture to remove redundant code
  
 
==Known Issues==
 
==Known Issues==

Revision as of 10:56, 28 July 2009

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

User facing changes

  • (Optional) HTTP server with web interface for configuration
  • Web based dmx console
  • Support for embedding the OLA server within other programs
  • OS X support
  • Port-Universe patchings are saved between server restarts
  • Removed dependence on libshownet and libespnet

Internal changes

  • Completely new RPC system based on [Protocol Buffers] allowing for true asynchronous rpcs from the client.
  • ExportMap - exports debugging information via http
  • A much improved logging framework
  • Abstraction of network code to support porting to other platforms
  • Refactored the plugin architecture to remove redundant code

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