Skip to content

This is a simple internet radio alarm for the Raspberry Pi

License

Notifications You must be signed in to change notification settings

julianoes/rpi-radio-alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPi Radio Alarm

This is a simple internet radio alarm for the Raspberry Pi. It is basically a tiny REST interface using Gunicorn and Falcon playing radio using mplayer.

Installation

Dependencies

sudo apt install python git mplayer python-falcon gunicorn

Get it

cd ~
mkdir src
cd src
git clone https://github.com/julianoes/rpi-radio-alarm

Autostart

Edit the gunicorn.service file and make sure the WorkingDirectory matches where this repository is cloned into.

Copy the systemd service file to /etc/systemd/system, enable and start it.

sudo cp gunicorn.service /etc/systemd/system/
sudo systemctl start gunicorn
sudo systemctl enable gunicorn

License

This is published under the 3-Clause BSD License.

About

This is a simple internet radio alarm for the Raspberry Pi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages