X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=www%2Fcontents.inc;h=95098ff7e55a780626b80305701937641ef507c7;hb=68718ee367a3989aaf49d1daba02fb3dceada2da;hp=e629ade532cad62cb0ea8e1350c79762843484de;hpb=9e5e6ae4af1e487314c94cb8fe081f1daf4fcb29;p=www.i-scream.org.git diff --git a/www/contents.inc b/www/contents.inc index e629ade..95098ff 100644 --- a/www/contents.inc +++ b/www/contents.inc @@ -2,7 +2,7 @@ @@ -13,12 +13,24 @@

Current Status

- During the "project week" coding has got well underway, - although mostly in the experimental stage. Planning and - design decisions are still being made, along with various - specification documents. Detailed information can usually - be found in the meeting minutes. Code is viewable via CVS - to UKC users only. + Several central components are now functioning to initial + design parameters and data can now be passed through the + system successfully. Many planning and design decisions + are still being made, along with various specification + documents. Detailed information can usually be found in + the meeting minutes. Code is viewable via CVS to UKC + users only. +

+ +

+ Our current host development allows us to pass machine statistics + to our distributed filter arrangement, which then processes the + data and stores it for later use. An example of such use is the + historical report generator which produces graphs of machine + usage over periods of time (viewable in a web browser). Realtime + clients are also currently being developed - one Java Swing GUI + version and also a command line version that can run in a terminal + window.