Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 696 Bytes

Greg Mankes Project 1 CS372

Running chat_server.py

Give it executable permissions: chmod +x chat_server.py

Run the executable ./chat_server.py <server_port>

If it complains about the interpretter, then this is because this program is meant for flip.

You can run it with: python chat_server.py <server_port>


Compiling and running chat_client.c

To Compile: gcc chatclient.c

To run: ./a.out <server_ip> <server_port>


Other: This program was tested on flip2.engr.oregonstate.edu

The first message must be sent on chat_client.