Skip to content

crowm/SATPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SatPI

SATIP 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.

Help

Help in any way is appreciated, just send me an email with anythink you can contribute to the project, like:

  • coding
  • web design
  • ideas / feature requests
  • test reports
  • spread the word!

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

Build Status:

Coverity Scan Build Status Coverity Scan Build Status

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 DVBAPI (but be aware it still buggy), use:

make debug LIBDVBCSA=yes

If you like to build the documentation, use:

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

If you like to build the UML documentation, use:

make plantuml   (!! you need PlantUML !!)

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

About

SATIP server for linux (e.g. Raspberry Pi and BeagleBone). currently supporting DVB-S/S2/T/C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.4%
  • HTML 4.8%
  • JavaScript 2.4%
  • Makefile 1.0%
  • C 0.6%
  • Objective-C 0.5%
  • Other 0.3%