Skip to content

Uni: BScIT 1st year python client-server networking project (group work)

Notifications You must be signed in to change notification settings

ErencanPelin/Python-Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Client-Server

A basic TCP client-server networking project created as a group project in my first year of Uni. Allows basic communication between a host and client.

Vulnerailities:

  • no error checking
  • no encryption or key exchange (no security whatsover)