CSE 3214 : Programming Assignment 1

This assignment is due 10 am, Feb 18, 2014. It should be submitted using the submit command (see the instructions below).

Objective:

The objective of this lab. is to get familiar with TCP/IP and its UNIX interface, and then build the skeleton of a very simple distributed gaming system. The system should allow you to log on to a server and play a game with other people logged on to the same server.

There are two parts to the application you will write: one part that implements the directory server and a second part that implements online gaming between peers. Note that the first part is a pure client server architecture and the second is a peer-to-peer application.

For the first part, you should write a client/server application that does the following.

Compiling the server and client programs (C language only)
  1. Compile the programs with gcc instead of cc.
  2. For the server program, you need the -lsocket flag
  3. For the client program, you need the flags -lsocket -lnsl
Instructions for submitting assignment 1 Submit the programs using the following command:
  1. The programs you submit should work and be documented.
  2. Your assignment should include a separate (typed) document containing the results (You can hand this in the class). This document should contains details of
    1. the overall program design, a textual description of "how it works", and design decisions made.
    2. possible improvements and extensions to your program that you would do if you had more time.
    3. situations (if any) when your program may not work correctly.
    4. how the grader can compile and run your program.
Grading

Program works correctly : 50%
quality of code and in-line documentation : 25%
report : 25%

NOTE: Late submissions get no credit.

Copying, teamwork

Copying of programs (also written homeworks and exams) or teamwork on an assignment (written or programming) is not permitted.  No form of copying is tolerated in this (or any) course, in accordance with departmental policy.