Skip to content

A server concurrently communicating with 7 clients . Features are file sending and receiving , and distributed mathematical operations using socket and python

License

Notifications You must be signed in to change notification settings

stabgan/Concurrent-FTP-Distributed-Math-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent FTP Distributed Math Server

A server concurrently communicating with 7 clients . Features are file sending and receiving , and distributed mathematical operations

steps :

  1. Start server.py in terminal
  2. Open any number of client.py terminals (here I limit it to 7, change s.listen(7) in server.py to accomodate more)
  3. In client window you will be given options :
    1. press 1 for mathematical operations
    2. press 2 for sending file
    3. press 3 for receiving file
    4. press 4 to quit

About

A server concurrently communicating with 7 clients . Features are file sending and receiving , and distributed mathematical operations using socket and python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages