Skip to content

pschultz/hdmi-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP server for controlling my HDMI switch over IR. Runs on a Raspberry PI.

Setup

user@localhost$ GOARCH=arm go build
user@localhost$ scp hdmi-remote root@pi:/usr/local/bin/hdmi-remote
user@localhost$ scp hdmi-remote.service root@pi:/etc/systemd/system
user@localhost$ scp -r _irsling root@pi:

root@pi# cd _irsling
root@pi# ( cd vendor/github.com/joan2937/pigpio; make && make install )
root@pi# make install
root@pi# systemctl enable hdmi-remote
root@pi# systemctl start hdmi-remote

Special thanks to @bschwind. His blog post about IR and irsling-er library were an incredible help and enabled me to finish this project in less than a day.

About

HTTP server for controlling my HDMI switch over IR. Runs on a Raspberry PI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published