| AMIS: Implementation | ||||||
|
|
AMIS
was implemented using Java, as well as the package jMusic. It has been packaged into a jar file including all source code, class files, and JavaDoc documentation. You should be able to set your classpath to point to the jar file and simply run an instance of the Main class. However, if you run into any problems, try decompressing the file (.jar files can be read by most common zip tools such as WinZip). Click here to get AMIS.jar Click here to see the documentation To run the package you will need three other packages: 1) JDK 1.3 or later, available at http://java.sun.com/j2se/downloads.html 2) The jMusic package, available through http://jmusic.ci.qut.edu.au/GetjMusic.html 3) To run the system using the EZIO input (or any other commport input for that matter) you will need the Java Communications API (JCA), available at http://java.sun.com/products/javacomm/. Note that the installation instructions for PC are incorrect. I have updated the installation instructions: click here. To run the system with sensor support, instantiate Main.class. To run without sensor support, either instantiate GUIMain, or instantiate Main but set sensor to false. Alternatively, decompress AMIS.jar and simply run the respective class (they each have a main method). For more information, see Main and GUIMain in the documentation. For more information about the implementation, see section 5 of the Final Report. |
|||||
|
Last updated Nov 2002. Derryn McMaster |
||||||