irman.test_io_sw
library for accessing the Irman Infra Red hardware
Install
- All systems
-
curl cmd.cat/irman.test_io_sw.sh
- Debian
-
apt-get install libirman-dev
- Ubuntu
-
apt-get install libirman-dev
- Kali Linux
-
apt-get install libirman-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libirman-dev
- Raspbian
-
apt-get install libirman-dev
- Dockerfile
- dockerfile.run/irman.test_io_sw
libirman-dev
library for accessing the Irman Infra Red hardware
libirman is a library that allows access to Irman Infra Red hardware from Linux and other Unix systems. For general application programming, the preferred interface for infra-red control is `lirc', as lirc supports multiple programs sharing the same infra-red receiver. It does this by providing a socket based interface to which several programs can connect. lirc uses libirman to interface with the Irman Infra Red hardware, so in single use applications directly using libirman is simpler and uses less system resources. Currently, lirc only works on Linux systems, so programs written using libirman directly are more portable. NOTE: This debian package is mainly provided so that Irman support can be enabled in lirc package and there is no libirman0 because upstream doesn't build a shared library.