Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages