/pyBasicUDP

Python based basic UDP Connection.

Primary LanguagePythonMIT LicenseMIT

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>