Go to file
johan c8d9d79f0f spidev_test.c added to test apps
Former-commit-id: 5495ef7d36727327954f46475b79b1ac55749770
2013-10-07 21:15:33 +02:00
bin Update of the installation script to use wget to obtain the latest release in deploy 2013-10-02 07:44:08 +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 configuration to XBMC video checker 2013-09-24 21:45:27 +02:00
dependencies Added some more modification documentation 2013-08-13 22:43:36 +02:00
deploy Merge remote-tracking branch 'remotes/origin/master' 2013-10-05 18:46:19 +02:00
doc Added automatic doxygen generation to cmake 2013-09-09 20:35:03 +00:00
include Updated the snapshot creation based on the latest release of VideoCore (included backwards compatibility if correct) 2013-10-02 07:46:12 +00:00
libsrc Updated the snapshot creation based on the latest release of VideoCore (included backwards compatibility if correct) 2013-10-02 07:46:12 +00:00
src Downscaled all images of HyperCon of 1280x720 (reduce jar to under 10MB) 2013-10-05 18:45:46 +02:00
test spidev_test.c added to test apps 2013-10-07 21:15:33 +02:00
.gitignore Updated ignore to exclude build from git 2013-08-14 08:54:01 +00:00
CMakeLists.txt Added automatic doxygen generation to cmake 2013-09-09 20:35:03 +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).