Skip to content

SimonPrato11/client-server-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Communication System

This project provides a simple client/server network application to demonstrate basic networking, data serialisation, and encryption concepts in Python.

Installation

  1. Clone this repository
  2. Change to root directory
cd client-server-project
  1. Install necessary dependencies
pip install -r requirements.txt

Usage

To run the server:

python src/server.py

To run the client:

python src/client.py

Testing

To run the tests:

python tests/unitTestServer.py
python tests/unitTestClient.py

Contributing

Pull requests are welcome. Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages