Peter Budny's TA page

Not much here yet, but this will be the place to check for any information you need regarding classes I'm TAing.

Office Hours

For now, office hours are in CCB commons.

If you want to meet with me outside of office hours, that's cool, just check my schedule.

Computing Resources

Keep in mind that you must run experiments as part of the projects, and it is difficult to get convincing results on a machine that has multiple users on it.

Socket Programming

If you've never done any network programming before, don't despair! It's really very easy. Most of the code follows a fixed formula, so it's almost a copy-and-paste job.

I highly recommend the Pocket Sockets book (TCP/IP Sockets in C: Practical Guide for Programmers). It shows you how to write a basic server and client, which you can easily extend into anything else. I'll have my copy on me during office hours for your edification. :-)