Skip to content
Marc edited this page Sep 26, 2015 · 25 revisions

Welcome to the SatPI wiki!

SatPI is an SAT>IP server for linux, suitable for running on an Raspberry Pi, BeagleBone or any other linux box. Currently supporting DVB-S, DVB-S2, DVB-T and DVB-C.


To build SatPI just run these commands:

git clone git://github.com/Barracuda09/satpi.git
cd satpi/
make

See some new commits/changes you need, rebuild with:

cd satpi
git pull
make

If you need to make a debug version to help with testing, use:

make debug

If you need to clean the project (because there was something wrong), use:

make clean

If you like to build the documentation, use:

make docu   (!! you need Doxygen and Graphviz/dot !!)