Skip to content

This is a terminal script to create a chat room using the TCP network protocol.

Notifications You must be signed in to change notification settings

Thorns-H/tcp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 TCP - Chat

This script emulates a chat room using the TCP protocol and the socket module with his low-level networking interface and the thread module to create multiple clients.

To Run

First set up the server :

python3 helpers/server.py

And run the client script on another terminal :

python3 client.py

ⓘ Important:

  • You can change the server address and the port editing the settings/config.json file.
  • To run this properly remember to start the server first.
  • Do not change the unicode setting if you're using the AF_INET socket type.

About

This is a terminal script to create a chat room using the TCP network protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages