Skip to content

Write messages and send files from a server and client

Notifications You must be signed in to change notification settings

Gerola/Client_Server_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Client Server Project

This client server project uses Python sockets along with threading in order to function. It can send instant messages as well as send files to the other program running.

Run the Program

  • Start the server python file python Server.py
  • Start the client python file python Client.py

How to use

  • Type Message then the message to send the message to the other python program
  • Type File then the file in the current directory to send to the other python program

Notes

  • This is run from the local address of 127.0.0.1 for both the client and the server not over the open internet
  • The file being sent over needs to be in the current directory
  • Threading is used to make the instant messaging happen in real time

About

Write messages and send files from a server and client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages