Assignment Set 2 - Submission Guidelines (Fall 2006)
To submit your assignment, you will need to show a run
of specific inputs. To receive partial credit
for any portion, you will need to show runs that demonstrate
those parts function correctly. Here are the required runs to be
be captured.
- Run your proxy server. Use
wget arguments to
use your proxy and to display headers for what it downloads. The following
URLs must be shown.
- http://bogus.urls:888/fake.html
- http://www.ietf.org/rfc/rfc1945.txt
- http://www.cemr.wvu.edu
- http://shell:806/index.html
An example usage of wget to use a proxy running on localhost port 4167
while displaying headers and the URL http://www.cnn.com would be the following:
- $ wget -e http_proxy=http://localhost:4167 -S http://www.cnn.com
You must use scriptto start capturing your runs.
If you do not know how to use script, examine its man page.
You will need to submit all script runs and source code to tmont@csee.wvu.edu by
12:00am ET October 21, 2006.
Make sure your name is clearly visible so that your grade can be recorded correctly.
Some restrictions:
- You should include a README file that explains the files
and the usage of your programs.
- You must include a script of your program in operation with specific
input as given above.
- Do not include any binary files, exectuables, archives, zips, etc.
- Do not include any additional directories.
- Do not include any native code if using Java (JNI).
Please follow this procedure. If you do not follow this procedure
your programs will not be graded!
Todd L. Montgomery (revised 10.12.2006)