# HG changeset patch # User Binki # Date 2009-05-21 23:25:51 # Node ID cbdd698ccb3de5068a0f1486218cc1b2b90b9cb7 # Parent 2b98f7dd04fcaf6d5ee8e6b9b32ea5bc7479b9be updated TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,11 +1,12 @@ 1. Create a CLI interface for distren - command: distren - args: -i infile.tar.bz2 -o outfile.tar.bz2 + X command: distren + X args: -i infile.tar.bz2 -o outfile.tar.bz2 action: submits and blocks and retreives result of rendering the contents of infile.tar.bz2. Should currently just call stub functions. -2. Design of stubs in distren CLI: - Stub for submitting file to a server +2. Design of stubs in distren library: + Stub for submitting file to a server (using a stream) Stub for waiting for server + Stub for retrieving result (using another stream) 3. Design of stubs in distrend: Stub for getting info from the tarball/validifying the tarball. Read distren-job.xml, a file in the tarball, to find out 1. which rendering system to use (that system, e.g. blender/povray, can read more specifics, such as name of file to pass to blender and frames. Options common between different systems will be handled in common as best as possible)