Skip to content

Infrared remote-controlled internet radio for Raspberry Pi

Notifications You must be signed in to change notification settings

anadoba/rpi-internet-radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-internet-radio

The plan is to have an internet radio implementation that is controlled by an infrared remote. The whole thing will be running on Raspberry Pi.

Dependencies

Application needs properly configured, up and running LIRC.
In order to use it in Java we will use JLIRC library, which dates from 2001.
Unfortunately it's not present in any kind of maven repository.
This means we have an appropriate JAR file in the project and it needs to be installed on your local computer's maven repo.
Before running the project for the first time you have to type:
mvn clean
So the maven-install-plugin hook fires and does its job.

About

Infrared remote-controlled internet radio for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published