Skip to content

saaz742/Computer-Networks-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cn-project

Computer Networks Course Project

Install requirements

pip install -r requirements.txt

On GNU/Linux you should also install portaudio using your package manager. For example, on Ubuntu you can install it with the following command:

sudo apt-get install portaudio19-dev

Run the Server

cd server
python main.py server

For test purposes, you can run the server in command line mode.

python main.py cli

Run the Client

cd client
python main.py [server_ip]

If no server IP is provided, the client will connect to the localhost.

About

Computer Networks Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%