Skip to content

This is a python script which lets two users communicate over any network just by knowing another's ip address

Notifications You must be signed in to change notification settings

bhumijgupta/NetworkChatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

forthebadge made-with-python

NetworkChatroom

This is a python script which lets two users communicate over any network just by knowing another's ip address

Built With

  • Python

Description

These are scripts which let any user1(acting as client) connect to user2(acting as server) on the same network.

  • Run the server script on one computer
  • Run the client script on second computer
  • Enter the IPv4 address of the server computer in the client script Voila You are connected
  • If you want to exit the chatroom, clent sends an empty string to server

Note

  • By default the script uses port 12345 to communicate
  • The script works on TCP network

About

This is a python script which lets two users communicate over any network just by knowing another's ip address

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages