|
RumorMonger 1.00 has recently been
certified 100% Pure Java!
RumorMonger is a Java application that allows people to share rumors over the Internet. It was created by Andrew Oliver and Adam Wells. Left unattended, it will gossip with other RumorMongers that it finds. The user can choose to be alerted as new rumors arrive. New rumors entered by the user will propagate throughout the RumorMonger network.
RumorMonger has many features, including:
To run RumorMonger, you first need to download the Java Runtime Environment (JRE). Next, download RumorMonger from this site.
jrew -cp <rm-path>/classes com.ao.rm.RumorMonger <machine name> <port>For example, if you installed RumorMonger in the /rm directory, and were starting on the machine 'generic.name.com', and you wish it to run on port 5500, you would type:
jrew -cp /rm/classes com.ao.rm.RumorMonger generic.name.com 5500
java -classpath $CLASSPATH;/rm/classes com.ao.rm.RumorMonger generic.name.com 5500
Once you have RumorMonger running, read the usage instructions for information on how to read and create rumors that will be transmitted around the world!
Copyright © 2024 Andrew Oliver