Go to file
T. van der Zwan 2c6b48a54d Merge branch 'master' of https://github.com/tvdzwan/hyperion 2013-08-14 15:04:24 +00:00
bin First working version with some test executables 2013-07-26 20:38:34 +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 simple direct implementation of the frame-grabber using dispmanx (copied from https://github.com/brooc/boblight-rpi/tree/master/src/clients/boblight-dispmanx) 2013-07-31 17:28:01 +02:00
dependencies Added some more modification documentation 2013-08-13 22:43:36 +02:00
include Changed the image-to-leds map by using offset-pointing. 2013-08-14 15:02:09 +00:00
libsrc Changed the image-to-leds map by using offset-pointing. 2013-08-14 15:02:09 +00:00
src Merge branch 'master' of https://github.com/tvdzwan/hyperion.git 2013-08-14 08:55:17 +00:00
test Deleted all files referencing/using boblight 2013-08-13 10:03:00 +00:00
.gitignore Updated ignore to exclude build from git 2013-08-14 08:54:01 +00:00
CMakeLists.txt renamed files to be conform with the rest of the project 2013-08-13 19:45:17 +02: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-14 09:03:41 +00: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 1%.
  • 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.
  • Protobuf IP-control interface. Well documented and efficient interface for control over TCP/IP.

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