Skip to content

terrenceshang/UDP-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Python chat appliction working on the UDP protocol.

Requirments

Requires Python 3.9.10 To install the required dependencies run: pip install -r requirements.txt

Starting a server

  1. Run: python chat.py
  2. Enter the port number for the server
  3. Create password for the server

Starting a client

  1. Run: python chat.py
  2. Enter the port number of the server
  3. Enter the clients username
  4. Enter the password for the server

Features

  1. Username for each client
  2. Shows passed messges when a client joins the group chat
  3. Shows a clients recently missed messages
  4. Encrypted password protected messages sent over UDP connection

About

A python client server chat application that can allow two or more users to communicate through terminal. They are encrypted private servers ensuring maximum security for the users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages