CIS 75 Internet Programming With TCP/IP | |||
Home
. |
Assignment OneA Simple Sockets Application
The application shall enable a customer (client) to do the following:
The server shall provide the following functionality:
The client and server shall use sockets to communicate with each other. Before you begin coding, think carefully about the protocol of your application. The client shall be implemented in C NOT C++ (using UNIX sockets), The server shall be implemented in C. Never code C in C++. They are two different languages. You must use Linux or other UNIX variant. You must use Gnu gcc. Please submit an explicit description of the protocol you have implemented along with your documentation. Please be sure to check the general guidelines for submitting your project. For information on how to submit your assignment see submission instructions Must be emailed BEFORE class on Wednesday 24 April |