Tareef b5dd6a6324 checking parameters in bash scripts 6 years ago
..
README.md b8d628e9f3 adding readme for a1 6 years ago
client.py cfbde0c7c1 works once! need ot make it work with serial clients though 6 years ago
client.sh b5dd6a6324 checking parameters in bash scripts 6 years ago
server.py cce79b687d multiple clients workedgit add -A 6 years ago
server.sh b5dd6a6324 checking parameters in bash scripts 6 years ago

README.md

CS 456 A1 - Message Reversing Sockets!

This assignment consists of 2 python applications: server and client.py, and their respective .sh startup scripts.

Build Information

  • This was tested on linux.student.cs.uwaterloo.ca, so the ubuntu1604 servers maintained by the CS faculty at uWaterloo.
  • Testing included using the same server (004) for both client and server, and a combination of 004 and 002.
  • The python version used was 3.5.2

Deployment

To run either the client or server, in the directory in which they reside, run "./[server || client].sh" with the command line parameters as following (each parameter separated by a space):

  • Server: integer representing the req_code
  • Client: server machine's hostname, the n_port of the server as logged on the console, the req_code, the string to be reversed (quoted)

    Authors

  • Tareef Dedhar - All work