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: 4 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T15:16:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T23:33:01.758Z (5 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- 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