http://www.java.sun.com/products/jdk/1.2/jre/index.html
The run time environment allows you to run Java programs but not compile them from source code. If you think you will be modifying the Java code, you will need the Java Development Kit which is also available from the Sun Web site.
www.geol.binghamton.edu/faculty/jones
Look for seisvole.exe and do a default installation. If you already have Seismic/Eruption, the new version can be installed "over" the older version.
Options/Update hypocenters via Internet
This should bring your hypocenter databases up-to-date to within the last hour or so.
Alerts/Seismic Networks Archive file: ALL.TXT (Logged events go here) Default hypocenter file: WORLD.HY3 (Put events here that don't have a network code we recognize.) Default magnitude alert threshold: 2.0 (or whatever) Ok (Now set the poll directory where Seismic will look for events:) Alerts/Poll Directory polldir Exit
dmc.iris.washington.edu:YourPassword:2222:2222:your@e-mail.address:SUNYB hub qdds1.wr.usgs.gov:YourPassword:2222:2222:your@e-mail.address:USGS Menlo Park hub
The password is the only element that you change. Both the hub and the leaf have to be the same password. Be sure you can ping the machines or the numeric IP addresses will have to be used. You don't have to use the same password for connections to both hubs. In fact, it is better if you don't since you will see the password appear on messages and, by having distinct ones, it will be easier to determine which hub it came from. The IP address also appears so you can use this but it is less confusing if you use different passwords.
The 2222 is the default port address that QDDS uses. However, any port number above 1000 can be used.
Send this information to Alan Jones or David Oppenheimer providing the IP address of your node so it can be put into the hub's comm.lst. Please provide hostname in text and numeric form in case the text form doesn't work.
OUTPUT DIRECTORY: C:/SeisVolE/polldir
This makes the events sent to the PC QDDS leaf end up in a directory that the Seismic program can find.
Don't worry about forward slashes vs backward slashes. Java takes care of this according to what system it is on.
Be sure you have a directory "polldir" under SeisVolE.
cd \QDDS java -jar QDDS.jar
Every 15 seconds you should see a line:
Files in spool:
meaning that there are no events to process. You won't get this message if you are a transient leaf.
Every few minutes you should see an "alive" message line like.
QDDS receives events from hubs via UDP. It then stuffs them into the OUTPUT DIRECTORY which should be:
c:\seisvole\polldir
Copy event.1 into qdds/polldir.
Within 15 seconds you should see:
Files in spool: event.1
In another 10 to 20 seconds, you should see a message on your Java screen saying that an event was received. Go look in the
c:\seisvole\polldir
and see if the event is there. If it is, you are ready to start up Seismic. If it is not there, then some debugging is required.
When Seismic finds an event in c:\seisvole\polldir it causes an alarm to fire if the event is large enough, and in any case, adds it to the specified .hy3 file. The event file is then erased from c:\seisvole\polldir.
There are lots of controls in Seismic under Control to alter the speed of the display or do make it loop. You might want to use Control/Set Dates and put a loop time like 90 days in there to keep it looping over the last 90 days.
There, nothing to it!