Skip to content

gregmankes/cs372-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A simple chat client and server between two terminals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published