Downloads
There are three different kinds of download, depending on your level of involvement in the project. If you simply want to test the program, download the zip file containing the program and the libraries.
Runnable stand-alone version
The latest release of the chat tool is available from here:
http://www.dcs.qmul.ac.uk/~gj/diet/runnable_program/chattool_standalone.zip
Unzip to a folder and in the command line, type:
java -jar "dietchattool.jar"
Download full source code
The latest (stable) release of the source code is available from here:
http://www.dcs.qmul.ac.uk/~gj/diet/sourcecode_netbeans/cattool.build003.stable.zip
Full source code SVN repository
The code is stored as a netbeans project (version 6) which can be downloaded from http://www.netbeans.org.
The repository of the chat tool is located on DCS servers at:
/import/imc/subversion/diet
To use the repository do an svn checkout in a local folder of your machine.