Code Monkey home page Code Monkey logo

richardpar / satpi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from barracuda09/satpi

0.0 1.0 0.0 3.45 MB

SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, BeagleBone or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C

Home Page: http://barracuda09.github.io/SATPI

License: GNU General Public License v2.0

Shell 0.25% HTML 3.47% JavaScript 1.39% C++ 92.95% CSS 0.07% Makefile 1.02% C 0.85%

satpi's Introduction

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

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

Donate

If you like and use SatPI then please consider making a donation, to support my effort in developing SatPI.
Many thanks to all who donated already.

Please find the Sponsor button here:

Contact

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

mpostema09 -at- gmail.com

Tested Programs

Tested Hardware

Build

  • To build SatPI just run these commands:

    git clone git://github.com/Barracuda09/satpi.git
    cd satpi/
    git branch -a -> see all available branches
    git branch -> see on which branch you are working/building
    git checkout V1.6.2 -> to checkout (switch to) branch 'V1.6.2'
    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!!)

satpi's People

Contributors

barracuda09 avatar issue avatar decke avatar josaine avatar lars18th avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.