Browse by type
| Build Status | Coverity Scan | PayPal |
|---|---|---|
An SAT>IP server for linux, suitable for running on an Raspberry Pi, VU+, BeagleBone or any other linux box.
See wiki on how to build SatPI
Currently supporting:
The Description xml can be found like:
The SatPI wiki can be found here:
Help in any way is appreciated, just send me an email with anything you can contribute to the project, like: - coding - web design - ideas / feature requests - test reports - spread the word!
If you like and use SatPI then please consider making a donation, to support my effort in developing SatPI.
Thank You.
And Many thanks to all who donated already.
If you like to contact me, you can do so by sending an email to:
mpostema09 -at- gmail.com
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 try OSCam with DVBAPI, use:
make debug LIBDVBCSA=yes
If you like to run it on an Enigma2 box (With the correct toolchain), use:
make debug ENIGMA=yes
Here is an toolchain I use for Vu+ Receivers (Broadcom CPU) it has MIPS and ARM cross-compiler:
https://github.com/Broadcom/stbgcc-6.3/releases
For Cross Compiling, here are some tips you can try (I did not try this myself):
export INCLUDES=--sysroot=dir
export CXXPREFIX=arm-linux-gnueabihf-
export CXXSUFFIX=
make debug
If you like to build the documentation, use:
make docu (!! you need Doxygen and Graphviz/dot !!)
For help on options:
./satpi --help
For normal use just run:
./satpi (!!Note you should have the appropriate privilege to open tcp/udp port 554!!)
$ claude mcp add SATPI \
-- python -m otcore.mcp_server <graph>