KyleParato/471_Group_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Group 6:
Name Email
Kyle Parato kparato@csu.fullerton.edu
Jesus Lozano-Vega lozano1992@csu.fullerton.edu
Matthew Lomelin matlom787@csu.fullerton.edu
Hunter Hughes hhughes@csu.fullerton.edu
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: