https://github.com/cipherswami/pybasictcp
Python based basic TCP Connection.
https://github.com/cipherswami/pybasictcp
Last synced: about 1 year ago
JSON representation
Python based basic TCP Connection.
- Host: GitHub
- URL: https://github.com/cipherswami/pybasictcp
- Owner: cipherswami
- License: mit
- Created: 2023-08-29T18:01:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T21:20:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T08:11:14.877Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyBasicTCP
Python based basic TCP Connection.
# Usage
1. Run server.py first followed by client.py.
2. Enter the message in client.py, and server.py will reply with the same message in all CAPs.
3. This is to demonstrate the basic TCP connection between a client and a server.
# Author
#### Aravind Potluri \