Go to file
T. van der Zwan d2d7265f02 Added doxygen comments 2013-09-06 19:26:58 +00:00
bin Added configuration file for initctl to start hyperion deamon as service 2013-08-22 20:06:40 +00:00
cmake Added HyperionPng with similar interface as Hyperion to test frame-capture and handling. 2013-08-02 11:54:09 +02:00
config Added factory to boot-sequence 2013-08-25 16:20:19 +00:00
dependencies Added some more modification documentation 2013-08-13 22:43:36 +02:00
include Added doxygen comments 2013-09-06 19:26:58 +00:00
libsrc Added doxygen comments 2013-09-06 19:26:58 +00:00
src Doxygen comments added 2013-08-31 14:36:54 +02:00
test Added 'rainbow' boot sequence 2013-08-23 16:24:10 +00:00
.gitignore Updated ignore to exclude build from git 2013-08-14 08:54:01 +00:00
CMakeLists.txt Added config-schema of Hyperion as resource. 2013-08-21 14:25:27 +00:00
CrossCompileHowto.txt Added txt-document with first draft of cross-compile info. 2013-08-01 07:39:23 +00:00
README.md Update README.md 2013-08-29 09:41:50 +02:00

README.md

HYPERION

An opensource 'AmbiLight' implementation controlled using the RaspBerry Pi running Raspbmc. The intention is to replace BobLight. The replacement includes several 'improvements':

  • Frame capture of screen included in deamon. This reduces the processor usages for image based led control to less than 2%.
  • Priority channel can specificy a timeout on their 'command'. This allows a client or remote control to specify a fixed color and then close the connection.
  • Json IP-control interface. Easy to use interface based on json format for control over TCP/IP.

The source is released under MIT-License (see http://opensource.org/licenses/MIT).