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
(User facing changes)
(Internal changes)
Line 12: Line 12:
 
==Internal changes==
 
==Internal changes==
  
* Completely new RPC system based on [[http://code.google.com/p/protobuf/ Protocol Buffers]] allowing for 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
+
* ExportMap - exports debugging information via http
 +
* A much improved Logging framework
 +
* Abstraction of network code to support porting to other platforms
 +
* Refactored plugin architecture to remove redundant code
  
 
==Known Issues==
 
==Known Issues==

Revision as of 09:15, 22 June 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 the LLA 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 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