Skip to content

Computer Networks Course Project

Notifications You must be signed in to change notification settings

Parsa2820/cn-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

Contributors 3

  •  
  •  
  •