dbrgn / rpi_radio

A Raspbery Pi based network music player.
1 stars 1 forks source link

Raspi Radio

This repository consists of different parts: The webinterface and the controller.

Controller

To start the controller from the command line::

python -m controller.main

Web

The web interface is used to configure the player, and things like WLAN.

It uses Flask as a web microframework.

To setup::

pip install --allow-external netifaces --allow-unverified netifaces -r web/requirements.txt

To start the webserver from the command line::

cd web
python server.py