IRPIPE(1) | User Commands | IRPIPE(1) |
irpipe - tool to send data to lircd over /dev/irpipe kernel device.
irpipe [options] <file
irpipe --read [options] >file
irpipe --filter [options] <infile >outfile
irpipe is designed to feed data to lircd(8) over a /dev/irpipe device. It's a tool to enter test data to lircd in a way which is identical to real data from /dev/lirc devices.
irpipe uses two formats: text and binary. The binary format is documented in the lirc(4) manual page. The text format is as defined in mode2(1).
The irpipe driver allows user to set the features returned by the LIRC_GET_FEATURES ioctl. These are documented in lirc(4).
The irpipe kernel device is often not built in packaged lirc versions. See [KERNEL DRIVER] below.
The irpipe tool is designed to work with the irpipe kernel driver, although the --filter option works without it. This driver is often not built in packaged versions. If this is the case, the driver can be built from sources in the drivers/irpipe directory. This requires kernel sources installed. The drivers/irpipe/README provides information on building and installing the driver.
Last change: Aug 2015 | irpipe 0.10.1 |