Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 731 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 731 Bytes

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