Share

Java SETI Monitor

File Release Notes and Changelog

Release Name: 1.20

Notes:
  The Java SETI@Home Monitor (JSETIMon) is a tool for monitoring work units
in progress and current user statistics for the SETI@Home project.  

System Requirements:
--------------------

Java 1.3.1 runtime


USAGE:
------

java -jar JSETIMon.jar


NOTES:
------

If you are using a windows machine, and you want to monitor work units on 
other machines on the network, either create a mapped drive to the networked 
machine(s) SETI@Home directory, or type the fully qualified path to the share.

   //machinename/share/state.sah

The java file chooser does not allow viewing network shares, so you must type
in the full path.
  An internet connection is necessary to use the user statistics monitor.  When
value changes, the value turns yellow for a minute, then returns to white.


FILES:
-------

JSETIMon.jar - Compiled and compressed jar file.  Get this if you already have the Java 2 Runtime installed and only want to run the application.

JSETIMon-1.20.zip - WinZip file containing the source and compiled binaries for JSETIMon

JSETIMon-1.20.tar.gz - Tarball containing the source and compiled binaries for JSETIMon

JSETIMon.jar - JAR file only.

Changes: Release 1.20: ============= - Modified the HTML parsing to correctly parse information from the User Information page. Release 1.18: ============= - Added user configurable update rate. The user may now set the rate at which the user and work unit statistics are updated. - Added user configurable sounds for all events. The user is now able to adjust the sound played for each event, or disable the sound. The user may also disable sounds for the entire application. Release 1.11: ============= - Fixed an error where the interface would hang if a state.sah file was unavailable. - Fixed an error where an exception was thrown when the state.sah file did not contain progress information after work unit completion. - Fixed an interface bug where the first work unit in the table is removed regardless of which is selected when the remove work unit button is clicked. Release 1.9: ============ - A sound will play when the value of Work Units Completed for the user statistics changes. Release 1.8: ============ - Initial release. Able to set the SETI@Home User ID and retrieve the current user statistics for that user. Able to add work units to the display for monitoring. About box completed.