CSCI-4220 Network Programming

Spring 1999

NEW! Project Submission Instructions


All projects must be submitted via email to netprog-submit@cs.rpi.edu. The subject line of the submission message should contain a capital P followed by the project number. You can include your files as attachments or tar and uuencode the whole thing into a single file included in the message contents. Here is an example:

To: netprog-submit@cs.rpi.edu
Cc: hollid2@rpi.edu
Subject: P3

Hey netprog folks - here is my awesome submission for project 3:

begin 664 P3.tar
M8VQI96YT+F,`````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````#$P,#8V-"``("`@-S8T(``@("`Q-#0@`"`@("`@("`S,S(T
M("`V-C0V-3`P,S8W("`Q,37!E


To create a uuencoded tar file named "P3.tar.uu" that holds the files named "f1.c", "f1.h", "Makefile", "Writeup" and "README" you can do this:
tar -cf - f1.c f1.h Makefile Writeup README | uuencode P3.tar > P3.tar.uu
Check out the man pages for tar and uuencode for more details.
You can expect a return email indicating receipt of your project submission within 1 day.