Assignment Set 2 - Submission Guidelines (Spring 2007)
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 HTTP client and retrieve the URLs given below one at a time.
- http://bogus.urls:888/fake.html
- http://www.cemr.wvu.edu
- http://shell:806/index.html
- http://www.nard.net/~tmont/redir-test.php
- http://www.ietf.org/rfc/rfc1945.txt
You must use scriptto start capturing your runs.
If you do not know how to use script, examine its man page.
NOTE: Some of the web pages will require you to include the full URL as the URI
when run from the shell servers.
You will need to submit all script runs and source code to tmont@csee.wvu.edu by
12:00am ET March 13, 2007.
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 03.03.2007)