Implemented basic client lib.
commit298488e13293afe5b108ec711098e9c5923a35f1
authorBenedikt Sauer <filmor@gmail.com>
Sun, 7 Sep 2008 21:38:17 +0000 (7 23:38 +0200)
committerBenedikt Sauer <filmor@gmail.com>
Sun, 7 Sep 2008 21:38:17 +0000 (7 23:38 +0200)
tree329f9156eb7d55211adfc2fb9adf2a901c932ada
parent731be33257f9c166afc9df2e66ba4d10a4226a87
Implemented basic client lib.

- The BaseContext class generates it's methods from 'commands' server
  command.
- If a command is some more than Fire and Forgetâ„¢, it can be implemented
  in a subclass of BaseContext (as started in Context).

Todo:
- Context.control and Context.display.
- Authentication (even if it's just a primitive password request).
- GUI client based on Context.
client/blinken.py [new symlink]
client/client.py [new file with mode: 0755]
client/context.py [new file with mode: 0644]
server/control_handler.py