Skip to content
BarlowHall edited this page Oct 16, 2017 · 4 revisions

Welcome to the irreplay wiki!

irreplay is a commandline utility that uses lirc (Linux Infared Remote Control) to learn IR remote control button
presses (using lirc's irrecord to do so).
I made this utility for use on a Raspberry Pi for controlling a set-top box. I have tested it on an ubuntu pc using a usb redrat3.

WARNING: I have only tested this utility with raspberry pi ( jessie and jessie lite ) aswell as ubuntu pc.

Installation Instructions can be found here.

Dependancies:

1. lirc

For reading and writing to the IR receiver and transmitter.

2. pylirc

To be able to use python to access lirc.

Clone this wiki locally