An open API service indexing awesome lists of open source software.

https://github.com/bhumijgupta/networkchatroom

This is a python script which lets two users communicate over any network just by knowing another's ip address
https://github.com/bhumijgupta/networkchatroom

network-soc python python-networking python-socket

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
# 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