Skip to content

Kinozuko/computer-networks-1-project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat using Sound for Computer Networks I in "Universidad de Carabobo FaCyT"

The goal of this assignment was to create a chat using sound with Python. This project was made by:

This was a university project.

Structure

.
├── doc/
│   └── Informe Redes 1.pdf
├── PVS/
│   ├── __init__.py
│   └── PVS.py
├── .gitignore
├── cliente.py
├── protocolo.py
├── README.md
├── requirements.txt
├── test.py

Runing Project

Installing Dependecies

  • pip install -r requirements.txt

Running Client

  • python cliente.py

Running Server

  • python protocolo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages