CS 284 Operating Systems
Programming Assignment #10

Due: 4/6/2001

Create a Server program and a Client program. Any text that a client types (and sends to the server) should be echoed on the display of all other clients that are attached to the server.

  1. You may use either stream or datagram sockets
  2. You must use the inet protocol
  3. You must run simultaneously at least 2 clients
  4. At least 2 different machines must be utilized.
  5. Each client should be run under 'script'.
  6. The server may generate logging type output if you wish.

If you want to pick your own semester project team of 5 persons do so for this assignment and put all 5 names on the assignment when turning it it.

=================================================================

You should use the 'script' command to capture all necessary information for handin.