DVB transmit and receive using LimeSDR
Assuming a Raspbian Lite installation (stretch) : https://www.raspberrypi.org/downloads/raspbian/
Be sure to have git package installed :
sudo apt-get update
sudo apt-get install git
You can now clone the repository. A script (install.sh) is there for easy installation. You could inspect it and make steps manualy in case of any doubt.
git clone https://github.com/F5OEO/dvbsdr
cd dvbsdr
./install.sh
Scripts are located under dvbsdr/scripts
To launch
./encode_modulate.sh
To edit all parameters
nano encode_modulate.sh