Projet de relais de radio à l'aide de Raspberry Pi
Find a file
2025-01-04 13:30:27 +01:00
assets improved messages and structure of the program 2024-11-11 13:39:13 +01:00
source master now emit audio in the network and others machines play it at the given time. 2025-01-04 13:30:27 +01:00
.gitignore use broadcast address 2024-11-10 13:09:58 +01:00
LICENSE.md fully added encryption support 2025-01-04 00:34:00 +01:00
README.md improved latency before playing an audio 2024-11-14 13:24:49 +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

Installation

Debian

# Pre-requires
sudo apt install chrony

# Download
sudo apt install -y git
git clone https://git.faraphel.fr/study-faraphel/M2-PT-DRP
cd M2-PT-DRP

# Dependencies
sudo apt install -y libmpg123-dev libssl-dev portaudio19-dev

# Compile
sudo apt install -y build-essential cmake ninja-build pkg-config
cmake -S . -B build -G Ninja
cmake --build build 
cd build

# Run
sudo ./M2-PT-DRP --host ff02::1 --ipv6