Client/Server

Due date

11:00 am, Monday, March 18

Token server

On my GitHub page, you’ll find code for a simple server and client. The server listens to port 8896 and when a connection is made by a client, it send the client the integer value stored in a global variable and increments the global variable.

Assignment

Copy the server code to your AWS virtual machine and copy the client code to cs.bridgewater.edu.  Compile the server code, configure the virtual machine, and start the server.  Then compile the client and attempt to connect to the server.

© 2019, Eric. All rights reserved.