Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python File Transfer Application

A simple video call (ascii) application using Python sockets.

Getting Started

Prerequisites

  • Python 3.x installed on both client and server machines
  • Network connectivity between client and server

Running the Server

  1. Navigate to the server directory
  2. Run the server:
python server.py

Server will start listening on default port 5000

Running the Client

  1. Navigate to the client directory
  2. Run the client:
python client.py

Notes

  • Ensure server is running before starting client
  • Default connection is localhost
  • Modify host/port in code if running on different machines

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages