Python chat appliction working on the UDP protocol.
Requires Python 3.9.10 To install the required dependencies run: pip install -r requirements.txt
- Run: python chat.py
- Enter the port number for the server
- Create password for the server
- Run: python chat.py
- Enter the port number of the server
- Enter the clients username
- Enter the password for the server
- Username for each client
- Shows passed messges when a client joins the group chat
- Shows a clients recently missed messages
- Encrypted password protected messages sent over UDP connection