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
- Host: GitHub
- URL: https://github.com/bhumijgupta/networkchatroom
- Owner: bhumijgupta
- Created: 2018-10-16T17:39:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T03:05:01.000Z (over 6 years ago)
- Last Synced: 2025-04-02T22:22:40.607Z (3 months ago)
- Topics: network-soc, python, python-networking, python-socket
- Language: Python
- Size: 3.91 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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