https://github.com/ewhal/ifb102
IFB102 Raspberry Pi internet radio project
https://github.com/ewhal/ifb102
Last synced: 12 days ago
JSON representation
IFB102 Raspberry Pi internet radio project
- Host: GitHub
- URL: https://github.com/ewhal/ifb102
- Owner: ewhal
- License: mit
- Created: 2016-06-10T05:01:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T01:22:13.000Z (almost 9 years ago)
- Last Synced: 2025-05-13T20:26:29.064Z (12 days ago)
- Language: Python
- Size: 834 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Raspberry Pi internet radio
## Motivation
For IFB102 we were instructed to make a simple raspberry pi project with a hardware, software, networking and security components.
After researching various different projects I decided to construct a fully functional Sonos like internet radio box.
The idea was that mpd handles most of the work while a series of basic scripts allows the user to upload new songs and control mpd through a basic web interface.
The user is also able to control the device through a series of hardware buttons.
For more details on the hardware schematics please visit [blog](https://blog.pantsu.cat/post/internet-radio-raspi/).## Web UI

## How it works
## Hardware
## Requirements
* git
* nfs
* nginx
* uwsgi
* uwsgi-plugin-cgi
* python
* php-fpm
* php
* mpd
* mpc
* icecast2
* python-mpd## Installation
```
git clone https://git.pantsu.cat/ewhal/raspi
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details