KyleParato/471_Group_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Group 6: Name Email Kyle Parato [email protected] Jesus Lozano-Vega [email protected] Matthew Lomelin [email protected] Hunter Hughes [email protected] Programming Language: Python3 How to run: (run program in its folder) server python3 serv.py <PORTNUM> client python3 cli.py <servermachine(IP)> <serverport> (Server IP is set to 127.0.0.1 as default) I have been using these commands to run the client and server in two seperate terminal windows python3 serv.py 12345 python3 cli.py 127.0.0.1 12345 Notes: