Skip to content

morosebose/Simulated_Client_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simulated_Client_Server

This project uses the Python socket module to simulate communication between a client and a server. A server is set up on a system. Threads allow multiple clients on the same system to connect to the server. The clients can move to different directories on the server, see the directory listing, and create files.

Skills

  • Sockets
  • Pickle
  • Threads
  • System modules
    • os
    • sys

Credits

  • Lab 5 for for CIS 41B (Advanced Python Programming) at De Anza College, Spring 2023
  • Professor: Clare Nguyen
  • Author: Surajit A. Bose © 2023
  • Thanks: Edgar Aguilar, James Kang, Annie Luu

About

Use Python to simulate communication between a client and a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages