资 源 简 介
A unit demand auction prototype in Java.
How to run:
You need SVN. Linux/Mac usually has svn available already or you can grab it from your default repository. Windows users should download SVN from here - http://tortoisesvn.tigris.org/
Go to next step after you have SVN running.
Download source:
svn checkout http://udauction.googlecode.com/svn/ udauction
Go to the udauction directory:
cd udauction/
Compile and run server:
./run-server
Edit the .client file to have the IP address of the server (for local testing, you can set IP = 127.0.0.1)
Compile and run client (in a new terminal):
./run-client
For list of valid commands, examine src/server/ServerProtocol.java.
Alternatively you can examine/execute arc/client/ConsoleTester.java