Spring 2007
Some of you had trouble submitting your files for experiment 1. Please remember that in order to access the submit directory:
/afs/cs.pitt.edu/courses/1653/hw_submit/exp2
You have to submit your files either from UNIXS (ssh to it first) or using a command line like:
$ scp <your files> <pitt user>@unixs.cis.pitt.edu:/afs/cs.pitt.edu/courses/1653/hw_submit/exp2
(if you have a CS account you can also do it from elements.cs.pitt.edu)
I have uploaded a Makefile for this experiment that may be useful for you in order to compile your program with the right libraries (especially if you are doing the extra credit part).
Its use is not mandatory, so please feel free to use your own if you prefer (but always provide a README.txt file to give exact instructions on how to compile your code). It is available from Blackboard (courseweb) in the Assignment web page:
Makefile.EDIT
It has a special target called "submit" that (not surprisingly) will help you submit your files (once tar'ed, which also is done by the Makefile) to the submit directory:
$ gmake submit
You will be asked for your **UNIXS** password. Be careful when using the command above, since you can submit your files only once.
I have tested the Makefile only in the computers at LCNSI. You might have to modify it in order to work properly in other computers.
My office hours have changed. Please see more details here.
I have posted a template Makefile for your first experiment. I am assuming that you will create only four files (client-1.c, client-2.c, server-1.c, server-2.c) but feel free to add more if you want and/or change the filenames to something more meaningful to you.
Please see more details here.
Welcome to CS1653!
Please be sure to read the Important Guidelines
Office Hours
Book
Submissions
Makefile templateIn that file, you need to enter your particular information: username, port, etc. Please review the file and let me know if you have any question.Tip: If the make utility in the LCNSI computers does not work as you expect, try to use gmake instead of just makeFor the other assignments you can create your own Makefile. Just be sure that I can compile your code using it.
Makefile template
In that file, you need to enter your particular information: username, port, etc. Please review the file and let me know if you have any question.
Tip: If the make utility in the LCNSI computers does not work as you expect, try to use gmake instead of just make
For the other assignments you can create your own Makefile. Just be sure that I can compile your code using it.
It is your responsibility to provide any information required to compile and run your programs. If I cannot compile/run your programs then your grade will be affected
Communication with me
You can use Blackboard to send messages using: Communication > MessagesIf you prefer to communicate with me directly by email, please follow these simple rules:
You can use Blackboard to send messages using: Communication > Messages
If you prefer to communicate with me directly by email, please follow these simple rules:
If you want to change the From field of your Pitt account's webmail, please do this:Login to Pitt's webmail: https://webmail.pitt.edu/webmail/src/login.php Click on Options and then on Personal Information Put your name in the field Full Name Click the button Submit
If you want to change the From field of your Pitt account's webmail, please do this: