MCPcopy Create free account
hub / github.com/Barracuda09/SATPI

github.com/Barracuda09/SATPI @V1.6.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release V1.6.2 ↗ · + Follow
1,084 symbols 1,941 edges 154 files 173 documented · 16% updated 10mo agoV1.6.2-alpha · 2022-10-28★ 17359 open issues

Browse by type

Functions 936 Types & classes 148
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
Build Status Coverity Scan PayPal
Build Status Coverity Scan PayPal

SatPI

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:

  • DVB-S(2), DVB-T(2) and DVB-C
  • Web Interface for monitoring and configuring various things (http port 8875)
    • http://ip.of.your.box:8875
  • Transform for example DVB-S(2) requests to DVB-C
  • RTP/AVP over UDP and TCP
  • Decrypting of channels via DVB-API protocol implemented by OSCam, therefore you need the dvbcsa library and an official subscription
  • FILE input, reading from an TS File
  • STREAMER input, reading from an multicast/unicast input
  • CHILDPIPE input, reading from an PIPE input for example wget

  • The Description xml can be found like:

    • http://ip.of.your.box:8875/desc.xml
  • The SatPI wiki can be found here:

    • https://github.com/Barracuda09/SATPI/wiki

Help

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!

Donate

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.

Contact

If you like to contact me, you can do so by sending an email to:

mpostema09 -at- gmail.com

Tested Programs

  • Tvheadend: this is a TV streaming server see: https://tvheadend.org/
  • DVBviewer Lite Edition. see http://www.satip.info/products
  • Elgato Sat>IP App for Android
  • VDR

Tested Hardware

Build

  • 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):

    • get the sys root like headers and libraries for your device and copy it to dir

    export INCLUDES=--sysroot=dir

    • for pointing to a different compiler for your device

    export CXXPREFIX=arm-linux-gnueabihf-

    export CXXSUFFIX=

    • To buils just run (Or some other build you like)

    make debug

  • If you like to build the documentation, use:

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

Usage

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!!)

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 810
Class 134
Function 126
Enum 14

Languages

C++89%
TypeScript10%
C1%

Modules by API surface

web/assets/js/jquery.min.js83 symbols
src/input/dvb/Frontend.cpp31 symbols
src/StringConverter.cpp29 symbols
src/input/dvb/FrontendData.cpp27 symbols
src/decrypt/dvbca/DVBCA.cpp26 symbols
src/socket/SocketAttr.cpp24 symbols
src/Stream.cpp22 symbols
src/input/DeviceData.cpp20 symbols
src/upnp/ssdp/Server.cpp18 symbols
src/Properties.cpp18 symbols
src/mpegts/PidTable.cpp16 symbols
src/input/stream/Streamer.cpp16 symbols

For agents

$ claude mcp add SATPI \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page