https://github.com/skillcoder/radio_pi
Web management system for control office radio based on Raspberry Pi
https://github.com/skillcoder/radio_pi
Last synced: 8 months ago
JSON representation
Web management system for control office radio based on Raspberry Pi
- Host: GitHub
- URL: https://github.com/skillcoder/radio_pi
- Owner: skillcoder
- License: gpl-3.0
- Created: 2018-08-18T14:57:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T15:16:11.000Z (almost 8 years ago)
- Last Synced: 2025-08-11T22:39:54.078Z (10 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadioPi
Web management system for control office radio based on Raspberry Pi
### install
```
cd /home/pi
git clone https://github.com/skillcoder/radio_pi.git
```
### Autostart
sudo vim /etc/rc.local
```
# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
fi
/usr/bin/node /home/pi/radio_pi/control.js
exit 0
```
### Check omxplayer runs
/home/pi/radio_pi/radio
### Check played
sudo ps auxww | grep js