diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-03 02:07:06 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-03 02:07:06 +0100 |
commit | 9f0a3a5e2ad8b1b5707e1ceb99cccd42abdc5d0f (patch) | |
tree | 1afdb780408d43ca46a53098db364b99b1c07de5 /README | |
parent | fad43aa28bdf319d346c4d6ca1dd4b6971267eca (diff) |
Add a very terse and incomplete README file
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +This software is intended to run on the moodlamp by +muccc. (http://wiki.muc.ccc.de/moodlamp) + +Currenty (and for the foreseeable future) it is very +concerning features. However, it will hopefully have +a better documented protocol and run more stable. + + +A more precise protocol description will follow at some +point, also, the protocol will probably change until +there is a real spec. + +Commands are line based and end with \r or \n or both. + +The only real command is 'iRRGGBB' - it sets the LED +to the given color immediately, where RR, GG and BB are +hex numbers between 00 and ff. + +Also, there is q. This turns on verbose mode. Right now, +this means, the moodlamp will echo what is entered +and acknowledge commands. In a future version, verbose +mode will probably be default and applications should +take care to turn it off if they generate bulk traffic. + +I know this could be much better, but I am not in the +mood to think about the right solution for this here +and now. + +If a command was not unerstood, a single question mark is +printed. |