Skip to content

Simple project to transfer data from a server to multiple clients using threads

Notifications You must be signed in to change notification settings

NelsonIg/Multi_threaded_Server

Repository files navigation

Multi_threaded_Server

This project demonstrates how to handle multiple clients and to transfer a given textfile, png, jpg etc. from one server to its clients. In addition, server and client can be controlled via a Gui.

Module "threaded_networking":

  • Contains Server and Client
  • Server is subclass of Thread.
  1. Start "serverGui.py"

  2. Start "clientGui.py"

  3. Have Fun!