https://github.com/beyarz/talkwithme
Chat with a friend through LAN
https://github.com/beyarz/talkwithme
python socket socket-client socket-server tcp tcp-socket
Last synced: 10 months ago
JSON representation
Chat with a friend through LAN
- Host: GitHub
- URL: https://github.com/beyarz/talkwithme
- Owner: Beyarz
- Created: 2018-01-23T22:47:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T14:53:53.000Z (over 6 years ago)
- Last Synced: 2025-02-10T18:11:47.515Z (about 1 year ago)
- Topics: python, socket, socket-client, socket-server, tcp, tcp-socket
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talkwithme
One script, two purposes.
### Setup guide (server)
* Run `python2 talkwithme.py`
* Press 1 then hit enter
* Enter your private ip address (it will be printed out)
* Enter any port number (that is not in use)
* Enter the clients ip address
* Enter the clients port number
### Setup guide (client)
* Run `python2 talkwithme.py`
* Press 2 then hit enter
* Enter the servers ip address
* Enter the servers port number
* Enter your ip address
* Enter your port number (that is not in use)