IRvoodoo software wiki
On this page, you can find IRvoodoo software source code and instructions to compile it. IRvoodoo software consists of libvcomm library and a GUI application called vtool (VoodooTool).
Short introduction of VoodooTool
VoodooTool? is IRVoodoo's software, whicy is needed only during setup or updating firmware. All settings related to IRvoodoo are stored onboard, which can be backed up to a computer (and restored).
Technical specification
VoodooTool? is a multiplatform (Windows, Linux, OS X) open-source program, which is made using Qt libraries. Software for different platforms is compiled from the same source code. In addition to Qt libraries VoodooTool? requires libvcomm library, through which communication with IRvoodoo takes place.
libvcomm library
libvcomm library is made to simplify communication between IRvoodoo and computer. Using libvcomm library, developers don't have to know/learn about USB or IRvoodoo communication protocol. Documentation about libvcomm is at http://dev.irvoodoo.com/libvcomm/, simple examples of use cases are at http://dev.irvoodoo.com/libvcomm/examples.html.
Instructions
- Compiling vTool (Linux)
- Compiling vTool (Windows)
- Compiling vTool (Apple OS X)?
- Compiling libvcomm library
References
Libvcomm & vtool online source code browser
libvcomm API documentation http://dev.irvoodoo.com/libvcomm
To download vTool source code:
git clone --recursive http://dev.irvoodoo.com/git/vtool.git
To download libvcomm library:
git clone http://dev.irvoodoo.com/git/libvcomm.git