- from the directory containing the source code enter:
chatserve.py <portNumber>for the regular assignmentthreadChatserve.py <portNumber>for the threaded version assignment
- from the directory containing the source code:
-
- enter
make
- enter
-
- enter
chatclient <server> <port number>
- enter
-
- enter
make clean
- enter
-
The user name (handle) must be one word (no spaces) up to 10 characters long. chatClient must send the first message, after this the two will take turns sending messages to each other. To close the connection from either end, enter “\quit”. To exit the server application, press ctrl-c (send SIGINT). Happy chatting! :)
- Beej’s Guide
- OSU CS344 “Intro to Operating Systems” Lectures by Prof. Brewster
- OSU CS372 “Intro to Networking” Lectures by Prof. Redfield
- Official Python 3 Documentation
- OSU CS344 “Intro to Operating Systems” Lectures by Prof. Brewster
- OSU CS372 “Intro to Networking” Lectures by Prof. Redfield
- textbook: Computer Networking - A Top-Down Approach 6th Edition