Projet de relais de radio à l'aide de Raspberry Pi
Find a file
2025-01-05 12:46:21 +01:00
assets improved messages and structure of the program 2024-11-11 13:39:13 +01:00
source added trusted / untrusted peers mechanism 2025-01-05 12:46:21 +01:00
.gitignore added trusted / untrusted peers mechanism 2025-01-05 12:46:21 +01:00
LICENSE.md fully added encryption support 2025-01-04 00:34:00 +01:00
README.md fixed most of the audio stuttering 2025-01-04 14:03:43 +01:00
requirements.txt master now emit audio in the network and others machines play it at the given time. 2025-01-04 13:30:27 +01:00

M2 Projet Thématique - Diffusion Radio Proche-en-Proche

Un projet visant à créer un réseau de machine capable de diffuser une source audio à jouer de manière synchronisé.

Les communications du réseau doivent être chiffré et il ne doit pas être possible d'inséré une machine inconnu pour pertuber le réseau.

Usage

Debian

# dependencies
sudo apt install ffmpeg 

# download the project
git clone https://git.faraphel.fr/study-faraphel/M2-PT-DRP
cd ./M2-PT-DRP/

# create a virtual environment
python3 -m venv ./.venv/
source ./.venv/bin/activate

# install python packages
pip3 install -r ./requirements.txt

# run the application
python3 -m source