Skip to content

Project to learn basic python by simple socket and GUI programming

Notifications You must be signed in to change notification settings

NelsonIg/Basic_Networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic_Networking

Project to learn basic python by simple socket and GUI programming

Description

This project contains a module named 'networking' which provides two classes. One serves as a server and the other one as a client. For now, it is possible transfer a textfile from the server to the client, as well as to shutdown the server from the clients side.

Two programs show how to use these two classes.