Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ Version: 1.0.0


## OVERVIEW
With the python standard socket module, enable the user(s) to communicate with the terminal and other users via the local host. Allow each user to execuse commands such as "/quick", "/list", "/nickname <new-name>", and "dm <to-username> <message>".



## GETTING STARTED
To successfully execute this program, the user needs Python 3.6, a terminal that runs server.py and additional terminal to connect to the local host as users.



## ARCHITECTURE
1. server.py: Setup the server on the local host
2. client.py: Setup the client, initiating the client with their conn and addr
3. Via terminal local host, connect the server with the user(s)



## API
Expand Down
23 changes: 0 additions & 23 deletions client.py

This file was deleted.

102 changes: 0 additions & 102 deletions server.py

This file was deleted.

Empty file added tcp_chat/__init__.py
Empty file.
Empty file added tcp_echo/__init__.py
Empty file.