Skip to content

A Python client-to-client (one-to-one) chat room application utilizing TCP / IP.

Notifications You must be signed in to change notification settings

MarkDGraham/Python-TCP-Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-TCP-Chatroom

A Python client-to-client (one-to-one) chat room application utilizing TCP / IP.

Usage Instructions:

  1. Enter the folder where the code is stored.
  2. Right click to open menu.
  3. Click 'Open in terminal' option.
  4. Enter the executable script for the code in your respective system.

Setting up Multi-device connection:

 To setup multi-device connection, set the server host to the main machine
IP address and the port to an unused port. Then, set clients to that IP and the
ports should match. Once that is completed, run and watch the magic.

server.py

 The host connection program that connects each client to each other.
Setup as the main access point for clients to communicate.

client.py

 The clients connecting to the host or the server. The server must be
running for the clients to connect then communication can begin.

About

A Python client-to-client (one-to-one) chat room application utilizing TCP / IP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages