From 1a2dd19a7bc9549a596370d467f5253dedc7c209 Mon Sep 17 00:00:00 2001 From: poljvd Date: Thu, 29 Aug 2013 09:41:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c4c0a07..90cd0086 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ 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%. +* 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. -* 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).