CMSC 360 -- Homework 1

Homework 1

Background

An important part of modern network programming is socket programming.

The project

You are to implement both a server and a client. Your server should be able to handle multiple clients. Your client will send integers to the server. After getting a negative number, the server will return the sum of the integers.

Handin

You need to turn in your lab by using handin script on the CS servers. handin cmsc360 lab2 yourdirectoryname

The lab is due at 11:59pm Sept. 29th 2017.