Assignment Set 1 - Submission Guidelines (Spring 2007)
To submit your assignment, you will need to show a run of specific
input for Parts 1 and 2. To receive partial credit for any
portion, you will need to show runs that demonstrate those parts
function correctly. For the different parts of the assignment, here
are the required runs to be be captured.
- Part 1: Run your client with your server from part 2 on the same
machine. This machine must be one of the shell servers (murdock, wensong, etc.).
This means you will need to have Part 2 (or a portion of it) working to demonstrate Part 1.
Run your client with hostname of localhost and the port of your server.
Input the file
~tmont/assign1-Sp07-part1.txt into
your client. For example:
- $ my_echo_client localhost 34658 ~tmont/assign1-Sp07-part1.txt
- Part 2: Include the server output in the runs for Part 1 with and without part D active.
You will have to show both part D active and part D inactive for full credit for part D.
You must use scriptto start capturing your runs.
If you do not know how to use script, examine its man page or use
Google.
A sample run might look like this.
$ script
Script started, file is typescript
$ my_echo_client localhost 34685 ~tmont/assign1-Sp07-part1.txt
Line 1 echo received 67 bytes.
Line 2 echo received 68 bytes.
....
End of File. Disconnecting...
$ exit
Script done, file is typescript
You will need to submit all script runs and source code to tmont@csee.wvu.edu by 12:00am February 17, 2007.
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, executables, zips, or other archives.
- 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 02.12.2007)