Projet de relais de radio à l'aide de Raspberry Pi
Find a file
2024-11-11 13:20:23 +01:00
source improved packet serialization and readability 2024-11-11 13:20:23 +01:00
.gitignore use broadcast address 2024-11-10 13:09:58 +01:00
CMakeLists.txt improved packet serialization and readability 2024-11-11 13:20:23 +01:00
Dockerfile use broadcast address 2024-11-10 13:09:58 +01:00
LICENSE.md added an id system to the peers 2024-11-08 16:29:11 +01:00
README.md fixed IPv6 mode not receiving loopback messages 2024-11-11 10:02:50 +01:00

Installation

Debian

# 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
./M2-PT-DRP --host ff02::1 --ipv6