DJJo14 / SATPI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SatPI

SATIP server for linux, suitable for running on an Raspberry Pi, BeagleBone or any other linux box. Currently supporting DVB-S/S2/T/C

Initial working version, but a work in progress.

Contact

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

m.a.postema -at- alice.nl

Tested Programs

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

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

License:GNU General Public License v2.0


Languages

Language:C++ 88.9%Language:HTML 8.7%Language:Perl 0.9%Language:JavaScript 0.5%Language:C 0.5%Language:Shell 0.3%Language:CSS 0.2%