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

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.

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 \