JvanKatwijk / webDAB

DAB server for a simple web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Experimental web DAB radio

webDab

Using the http server from Stefan Frings a straight forward http server and webinterface was designed for DAB.

The web interface is simple and contains 5 selectors

  • a channel selector,

  • a service selector,

  • a selector for the gain of the SDR device,

  • a selector for setting the autogain on the device

  • a selector for controlling the audio volume


How to install the dab-httpserver

The software uses the QtWeb server from Stefan Frings and needs Qt to be installed A radio.pro file specifies the configuration.

I run the server on my RPI3, which works fine. By default the server listens on port 808o, but of course can be changed in the implementation.


Supported devices

The program is configured to handle the SDRplay (with the 2.13) support library and rtlsdr sticks.



Copyright

    Copyright (C)  2016 .. 2021
    Jan van Katwijk (J.vanKatwijk@gmail.com)
    Lazy Chair Computing

Copyright httpserver
Stefan Frings (http://stefanfrings.de)

    The webDAB software is made available under the GPL-2.0.
    The webDAB software is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

About

DAB server for a simple web interface

License:GNU General Public License v2.0


Languages

Language:C++ 58.5%Language:C 39.3%Language:HTML 0.7%Language:QMake 0.7%Language:JavaScript 0.5%Language:Makefile 0.1%Language:Shell 0.1%Language:CSS 0.1%Language:Smarty 0.0%