cipherswami / pyBasicUDP

Python based basic UDP Connection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyBasicUDP

Python based basic UDP Connection.

Usage

  1. Run the server.py file first followed by the client.py file.
  2. In client.py, whatever you type will be sent to the server and the server will reply with the same message in all CAPS.
  3. This is just to demonstrate the basic UDP connection between a client and a server.

Author

Aravind Potluri <aravindswami135@gmail.com>

About

Python based basic UDP Connection.

License:MIT License


Languages

Language:Python 100.0%