Downloads
Software downloads for our USB IR Transceiver. Chose your Operation System:
| Linux (RPM) | Linux (DEB) | Windows | MAC OS/X |
- Linux (DEB-based Distros)
Available as an apt-get repository. Add the line(s) below to /etc/apt/sources.list for access to sources, binary-i386 or binary-amd64 repository.
deb-src http://iguanaworks.net/downloads/debian source/
deb http://iguanaworks.net/downloads/debian binary-i386/
deb http://iguanaworks.net/downloads/debian binary-amd64/
Individual File links (but why not use the repository?):-
[DEB] - Main driver package contains igdaemon (i.e. the driver) and igclient.
-
[DEB] - Python bindings to let you control devices from my favorite high-level language.
-
[DEB] - The IguanaWorks Reflasher. Updates the firmware on your device. Not recommended unless you are having problems or have a specific reason to upgrade. Requires python bindings.
-
[SRC DEB] - Source in Debian format.
-
[DEB] - LIRC with IguanaIR Driver.
We recommend using your distrobution's version of LIRC. You will need to compile LIRC to support our driver. After you have installed the iguanair package, add your distros source repository to /etc/apt/sources.list. Then run:
sudo apt-get update
sudo apt-get build-dep lirc
sudo apt-get -b source lirc
that should compile lirc packages that support our device. Run "sudo dpkg -i
" to install the packages. If that doesn't work, you can try lirc binaries we compiled from the Ubuntu
-
- Source Code
Linux version only. For source code with Windows and MAC components, please check out our svn repository.